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.
1 parent 0e6e0c7 commit acd7824Copy full SHA for acd7824
.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@v6
+ - uses: docker/build-push-action@v5
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
env:
119
DOCKER_BUILD_NO_SUMMARY: true
0 commit comments