Skip to content

Commit 6db15cf

Browse files
giacomoaccursiandrea-acampora
authored andcommitted
ci: add qemu and buildx actions
1 parent 9f678bf commit 6db15cf

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build-and-deploy.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,10 @@ jobs:
6565
password: ${{ secrets.GITHUB_TOKEN }}
6666
- id: full-image-name
6767
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
6872
- name: Build and push the image to GitHub Container registry
6973
uses: docker/build-push-action@v4.0.0
7074
with:

0 commit comments

Comments
 (0)