Chore(deps): Bump docker/build-push-action from 6.9.0 to 6.10.0 (#1794)
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Fri, 20 Dec 2024 15:30:20 +0000 (16:30 +0100)
committerGitHub <noreply@github.com>
Fri, 20 Dec 2024 15:30:20 +0000 (16:30 +0100)
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6.9.0 to 6.10.0.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](https://github.com/docker/build-push-action/compare/v6.9.0...v6.10.0)

---
updated-dependencies:
- dependency-name: docker/build-push-action
  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 6cd1a850c2f16e58d1b838cb45cbed6a331d92e8..0e91218cd70e36a0738eca498126b7e9901baca8 100644 (file)
@@ -36,7 +36,7 @@ jobs:
         uses: docker/setup-buildx-action@v3.7.1
 
       - name: Build and Push image
-        uses: docker/build-push-action@v6.9.0
+        uses: docker/build-push-action@v6.10.0
         with:
           context: .
           platforms: linux/amd64,linux/arm64
index b2e51ff0a2899434429ce5937b42cf57e76fb7ee..a2a7e689ee4874157a206b0e8800a29ec4073a04 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.9.0
+        uses: docker/build-push-action@v6.10.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.9.0
+        uses: docker/build-push-action@v6.10.0
         if: ${{ github.event.release.prerelease == true }}
         with:
           context: .