We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 63f967f + e3d618e commit 6e54741Copy full SHA for 6e54741
.github/workflows/build.yml
@@ -54,7 +54,7 @@ jobs:
54
id: meta
55
with:
56
images: ghcr.io/${{ github.repository_owner }}/ruby.wasm/builder/${{ matrix.entry.target }}
57
- - uses: docker/build-push-action@v4
+ - uses: docker/build-push-action@v5
58
59
context: builders/${{ matrix.entry.target }}
60
push: ${{ github.ref == 'refs/heads/main' || github.ref == 'refs/tags/*' }}
@@ -99,7 +99,7 @@ jobs:
99
path: ./rubies
100
key: ${{ matrix.entry.rubies_cache_key }}
101
- uses: docker/setup-buildx-action@v2
102
103
id: builder-image
104
105
context: builders/${{ matrix.entry.builder }}
0 commit comments