From b7149c5bb4ee954eeaab8af3c057415494b8e100 Mon Sep 17 00:00:00 2001 From: lou-lan Date: Thu, 29 Aug 2024 11:17:50 +0800 Subject: [PATCH] Update build action to v6.7.0 Signed-off-by: lou-lan --- .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 cddaa78d6..5930c22e8 100644 --- a/.github/workflows/build-image-base.yaml +++ b/.github/workflows/build-image-base.yaml @@ -126,7 +126,7 @@ jobs: - name: Release build ${{ matrix.name }} if: ${{ env.RUN_EXIST == 'false' }} - uses: docker/build-push-action@v6.6.1 + uses: docker/build-push-action@v6.7.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 9ea010413..800a78246 100644 --- a/.github/workflows/call-release-image.yaml +++ b/.github/workflows/call-release-image.yaml @@ -111,7 +111,7 @@ jobs: echo "RUN_IMAGE_SUFFIX=${tmp}-${{ matrix.name }}" >> $GITHUB_ENV - name: Build Image ${{ matrix.name }} and push - uses: docker/build-push-action@v6.6.1 + uses: docker/build-push-action@v6.7.0 if: ${{ env.RUN_PUSH == 'true' }} id: docker_build_and_push with: @@ -130,7 +130,7 @@ jobs: RACE=${{ inputs.race }} - name: Build Image ${{ matrix.name }} and output docker - uses: docker/build-push-action@v6.6.1 + uses: docker/build-push-action@v6.7.0 if: ${{ env.RUN_PUSH != 'true' }} id: docker_build_and_save with: