Chore(deps): Bump docker/build-push-action from 6.15.0 to 6.16.0 (#2146)
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Thu, 24 Apr 2025 22:32:04 +0000 (00:32 +0200)
committerGitHub <noreply@github.com>
Thu, 24 Apr 2025 22:32:04 +0000 (00:32 +0200)
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6.15.0 to 6.16.0.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](https://github.com/docker/build-push-action/compare/v6.15.0...v6.16.0)

---
updated-dependencies:
- dependency-name: docker/build-push-action
  dependency-version: 6.16.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
.github/workflows/build-base-image.yml
.github/workflows/release.yml

index 38d45a6e3da27c054426301dd01c4af6b17159b6..fa78c9302b6b78e32ffdba4b4dc3f8b4d28f8b83 100644 (file)
@@ -36,7 +36,7 @@ jobs:
         uses: docker/setup-buildx-action@v3.10.0
 
       - name: Build and Push image
-        uses: docker/build-push-action@v6.15.0
+        uses: docker/build-push-action@v6.16.0
         with:
           context: .
           platforms: linux/amd64,linux/arm64
index 16166f941586fc9e241f4ce9ae75e8e43b897f5e..ff4e339e98e59c73a38024b04ae10c492396d985 100644 (file)
@@ -113,7 +113,7 @@ jobs:
           echo "minor=${patch%.*}" >> $GITHUB_OUTPUT
           echo "major=${patch%.*.*}" >> $GITHUB_OUTPUT
       - name: Build and Push release
-        uses: docker/build-push-action@v6.15.0
+        uses: docker/build-push-action@v6.16.0
         if: ${{ github.event.release.prerelease == false }}
         with:
           context: .
@@ -130,7 +130,7 @@ jobs:
             MASS_VERSION=${{ needs.build-artifact.outputs.version }}
             BASE_IMAGE_VERSION=${{ env.BASE_IMAGE_VERSION_STABLE }}
       - name: Build and Push pre-release
-        uses: docker/build-push-action@v6.15.0
+        uses: docker/build-push-action@v6.16.0
         if: ${{ github.event.release.prerelease == true }}
         with:
           context: .