Skip to content

Commit e84715d

Browse files
Merge pull request #472 from ruby/dependabot/github_actions/docker/build-push-action-6
Bump docker/build-push-action from 5 to 6
2 parents e168198 + 0a9d9ef commit e84715d

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
@@ -60,7 +60,7 @@ jobs:
6060
id: meta
6161
with:
6262
images: ghcr.io/${{ github.repository_owner }}/ruby.wasm/builder/${{ matrix.entry.target }}
63-
- uses: docker/build-push-action@v5
63+
- uses: docker/build-push-action@v6
6464
with:
6565
context: builders/${{ matrix.entry.target }}
6666
push: ${{ github.ref == 'refs/heads/main' || github.ref == 'refs/tags/*' }}
@@ -113,7 +113,7 @@ jobs:
113113
path: ./rubies
114114
key: ${{ matrix.entry.rubies_cache_key }}
115115
- uses: docker/setup-buildx-action@v3
116-
- uses: docker/build-push-action@v5
116+
- uses: docker/build-push-action@v6
117117
id: builder-image
118118
with:
119119
context: builders/${{ matrix.entry.builder }}

0 commit comments

Comments
 (0)