From 50a9819aa849aaffb56eb7ffc018db3dd10027b2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Feb 2025 20:59:26 +0100 Subject: [PATCH] Chore(deps): Bump docker/build-push-action from 6.13.0 to 6.14.0 (#1967) Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6.13.0 to 6.14.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v6.13.0...v6.14.0) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/build-base-image.yml | 2 +- .github/workflows/release.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-base-image.yml b/.github/workflows/build-base-image.yml index cf5c8316..e708a351 100644 --- a/.github/workflows/build-base-image.yml +++ b/.github/workflows/build-base-image.yml @@ -36,7 +36,7 @@ jobs: uses: docker/setup-buildx-action@v3.9.0 - name: Build and Push image - uses: docker/build-push-action@v6.13.0 + uses: docker/build-push-action@v6.14.0 with: context: . platforms: linux/amd64,linux/arm64 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9b7f1823..8c1781af 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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.13.0 + uses: docker/build-push-action@v6.14.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.13.0 + uses: docker/build-push-action@v6.14.0 if: ${{ github.event.release.prerelease == true }} with: context: . -- 2.34.1