Skip to content

Commit 03e0bec

Browse files
Update docker-image.yml
1 parent facb727 commit 03e0bec

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/docker-image.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,13 @@ jobs:
3030
uses: docker/metadata-action@v5
3131
with:
3232
images: ${{ secrets.DOCKER_REPOSITORY }}
33-
33+
34+
- name: Set up QEMU
35+
uses: docker/setup-qemu-action@v3
36+
37+
- name: Set up Docker Buildx
38+
uses: docker/setup-buildx-action@v3
39+
3440
- name: Build and push the Docker image
3541
uses: docker/build-push-action@v5
3642
with:

0 commit comments

Comments
 (0)