Skip to content

Commit

Permalink
Merge pull request #1494 from spidernet-io/dependabot/github_actions/…
Browse files Browse the repository at this point in the history
…docker/build-push-action-6.9.0

build(deps): bump docker/build-push-action from 6.7.0 to 6.9.0
  • Loading branch information
weizhoublue authored Oct 31, 2024
2 parents b5d9aad + 9a6b8ad commit b787cdf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-image-base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ jobs:

- name: Release build ${{ matrix.name }}
if: ${{ env.RUN_EXIST == 'false' }}
uses: docker/build-push-action@v6.7.0
uses: docker/build-push-action@v6.9.0
continue-on-error: false
id: docker_build_release
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/call-release-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.7.0
uses: docker/build-push-action@v6.9.0
if: ${{ env.RUN_PUSH == 'true' }}
id: docker_build_and_push
with:
Expand All @@ -130,7 +130,7 @@ jobs:
RACE=${{ inputs.race }}
- name: Build Image ${{ matrix.name }} and output docker
uses: docker/build-push-action@v6.7.0
uses: docker/build-push-action@v6.9.0
if: ${{ env.RUN_PUSH != 'true' }}
id: docker_build_and_save
with:
Expand Down

0 comments on commit b787cdf

Please sign in to comment.