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 9f678bf commit 6db15cfCopy full SHA for 6db15cf
.github/workflows/build-and-deploy.yml
@@ -65,6 +65,10 @@ jobs:
65
password: ${{ secrets.GITHUB_TOKEN }}
66
- id: full-image-name
67
run: echo "image-name=${{env.REGISTRY}}/${{env.IMAGE_NAME}}" | tr '[:upper:]' '[:lower:]' >> $GITHUB_OUTPUT
68
+ - name: Set up QEMU
69
+ uses: docker/setup-qemu-action@v2
70
+ - name: Set up docker buildx
71
+ uses: docker/setup-buildx-action@v2
72
- name: Build and push the image to GitHub Container registry
73
uses: docker/build-push-action@v4.0.0
74
with:
0 commit comments