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 ef5e2ee commit 241881eCopy full SHA for 241881e
.github/workflows/build.yml
@@ -57,7 +57,7 @@ jobs:
57
password: ${{ secrets.GITHUB_TOKEN }}
58
registry: ghcr.io
59
- name: Build
60
- uses: docker/build-push-action@v3
+ uses: docker/build-push-action@v4
61
with:
62
context: builders/${{ matrix.entry.tag }}
63
outputs: type=docker,dest=/tmp/image.tar
@@ -69,7 +69,7 @@ jobs:
69
name: ruby.wasm-builder-${{ matrix.entry.tag }}
70
path: /tmp/image.tar
71
- name: Push
72
73
74
75
push: ${{ github.ref == 'refs/heads/main' }}
0 commit comments