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 e168198 + 0a9d9ef commit e84715dCopy full SHA for e84715d
.github/workflows/build.yml
@@ -60,7 +60,7 @@ jobs:
60
id: meta
61
with:
62
images: ghcr.io/${{ github.repository_owner }}/ruby.wasm/builder/${{ matrix.entry.target }}
63
- - uses: docker/build-push-action@v5
+ - uses: docker/build-push-action@v6
64
65
context: builders/${{ matrix.entry.target }}
66
push: ${{ github.ref == 'refs/heads/main' || github.ref == 'refs/tags/*' }}
@@ -113,7 +113,7 @@ jobs:
113
path: ./rubies
114
key: ${{ matrix.entry.rubies_cache_key }}
115
- uses: docker/setup-buildx-action@v3
116
117
id: builder-image
118
119
context: builders/${{ matrix.entry.builder }}
0 commit comments