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 812f6ce commit 5e3bf8eCopy full SHA for 5e3bf8e
.github/workflows/build.yml
@@ -54,7 +54,7 @@ jobs:
54
password: ${{ secrets.GITHUB_TOKEN }}
55
registry: ghcr.io
56
- name: Build
57
- uses: docker/build-push-action@v2
+ uses: docker/build-push-action@v3
58
with:
59
context: builders/${{ matrix.entry.tag }}
60
outputs: type=oci,dest=/tmp/image.tar
@@ -66,7 +66,7 @@ jobs:
66
name: ruby.wasm-builder-${{ matrix.entry.tag }}
67
path: /tmp/image.tar
68
- name: Push
69
70
71
72
push: ${{ github.ref == 'refs/heads/main' }}
0 commit comments