Skip to content

Commit

Permalink
Merge pull request #472 from ruby/dependabot/github_actions/docker/bu…
Browse files Browse the repository at this point in the history
…ild-push-action-6

Bump docker/build-push-action from 5 to 6
  • Loading branch information
kateinoigakukun authored Jun 19, 2024
2 parents e168198 + 0a9d9ef commit e84715d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
id: meta
with:
images: ghcr.io/${{ github.repository_owner }}/ruby.wasm/builder/${{ matrix.entry.target }}
- uses: docker/build-push-action@v5
- uses: docker/build-push-action@v6
with:
context: builders/${{ matrix.entry.target }}
push: ${{ github.ref == 'refs/heads/main' || github.ref == 'refs/tags/*' }}
Expand Down Expand Up @@ -113,7 +113,7 @@ jobs:
path: ./rubies
key: ${{ matrix.entry.rubies_cache_key }}
- uses: docker/setup-buildx-action@v3
- uses: docker/build-push-action@v5
- uses: docker/build-push-action@v6
id: builder-image
with:
context: builders/${{ matrix.entry.builder }}
Expand Down

0 comments on commit e84715d

Please sign in to comment.