From 3e5c78a9e124b6e4f58a454c388d67d7d7b9e86e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 09:00:32 +0000 Subject: [PATCH] Bump docker/build-push-action from 5.1.0 to 6.11.0 Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 5.1.0 to 6.11.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v5.1.0...v6.11.0) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build-image-base.yaml | 2 +- .github/workflows/call-release-image.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-image-base.yaml b/.github/workflows/build-image-base.yaml index 015c5853..cb8a30c7 100644 --- a/.github/workflows/build-image-base.yaml +++ b/.github/workflows/build-image-base.yaml @@ -125,7 +125,7 @@ jobs: - name: Release build ${{ matrix.name }} if: ${{ env.RUN_EXIST == 'false' }} - uses: docker/build-push-action@v5.1.0 + uses: docker/build-push-action@v6.11.0 continue-on-error: false id: docker_build_release with: diff --git a/.github/workflows/call-release-image.yaml b/.github/workflows/call-release-image.yaml index a59916e6..7cb30a69 100644 --- a/.github/workflows/call-release-image.yaml +++ b/.github/workflows/call-release-image.yaml @@ -108,7 +108,7 @@ jobs: echo "RUN_IMAGE_SUFFIX=${tmp}-${{ matrix.name }}" >> $GITHUB_ENV - name: Build Image ${{ matrix.name }} and push - uses: docker/build-push-action@v5.1.0 + uses: docker/build-push-action@v6.11.0 if: ${{ env.RUN_PUSH == 'true' }} id: docker_build_and_push with: @@ -126,7 +126,7 @@ jobs: RACE=${{ inputs.race }} - name: Build Image ${{ matrix.name }} and output docker - uses: docker/build-push-action@v5.1.0 + uses: docker/build-push-action@v6.11.0 if: ${{ env.RUN_PUSH != 'true' }} id: docker_build_and_save with: