diff --git a/.github/workflows/build-image-base.yaml b/.github/workflows/build-image-base.yaml index 015c5853..da7f3226 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.4.1 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 232cab34..8d17fa29 100644 --- a/.github/workflows/call-release-image.yaml +++ b/.github/workflows/call-release-image.yaml @@ -110,7 +110,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.4.1 if: ${{ env.RUN_PUSH == 'true' }} id: docker_build_and_push with: @@ -128,7 +128,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.4.1 if: ${{ env.RUN_PUSH != 'true' }} id: docker_build_and_save with: