Skip to content

Commit 6e54741

Browse files
Merge pull request #289 from ruby/dependabot/github_actions/docker/build-push-action-5
2 parents 63f967f + e3d618e commit 6e54741

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
id: meta
5555
with:
5656
images: ghcr.io/${{ github.repository_owner }}/ruby.wasm/builder/${{ matrix.entry.target }}
57-
- uses: docker/build-push-action@v4
57+
- uses: docker/build-push-action@v5
5858
with:
5959
context: builders/${{ matrix.entry.target }}
6060
push: ${{ github.ref == 'refs/heads/main' || github.ref == 'refs/tags/*' }}
@@ -99,7 +99,7 @@ jobs:
9999
path: ./rubies
100100
key: ${{ matrix.entry.rubies_cache_key }}
101101
- uses: docker/setup-buildx-action@v2
102-
- uses: docker/build-push-action@v4
102+
- uses: docker/build-push-action@v5
103103
id: builder-image
104104
with:
105105
context: builders/${{ matrix.entry.builder }}

0 commit comments

Comments
 (0)