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 e50fa4c commit 33ca240Copy full SHA for 33ca240
.github/workflows/release.yaml
@@ -52,6 +52,10 @@ jobs:
52
uses: docker/metadata-action@9ec57ed1fcdbf14dcef7dfbe97b2010124a938b7
53
with:
54
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
55
+ - name: Set up QEMU
56
+ uses: docker/setup-qemu-action@v3
57
+ - name: Set up Docker Buildx
58
+ uses: docker/setup-buildx-action@v3
59
- name: Build and push Docker image
60
id: push
61
uses: docker/build-push-action@f2a1d5e99d037542a71f64918e516c093c6f3fc4
0 commit comments