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 b2fb5b3 commit 072d00dCopy full SHA for 072d00d
.github/workflows/release.yaml
@@ -52,6 +52,10 @@ jobs:
52
registry: ghcr.io
53
username: ${{ github.actor }}
54
password: ${{ secrets.GITHUB_TOKEN }}
55
+ - name: Set up QEMU
56
+ uses: docker/setup-qemu-action@v2
57
+ - name: Set up Docker Buildx
58
+ uses: docker/setup-buildx-action@v2
59
- name: Build and push
60
uses: docker/build-push-action@v3
61
with:
0 commit comments