Skip to content

Commit d802618

Browse files
authored
Update docker-publish.yml
1 parent efbb4a3 commit d802618

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/docker-publish.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,12 @@ jobs:
2626
run: |
2727
echo "REPO=${GITHUB_REPOSITORY,,}" >>${GITHUB_ENV}
2828
29+
- name: Set up QEMU
30+
uses: docker/setup-qemu-action@v3
31+
32+
- name: Set up Docker Buildx
33+
uses: docker/setup-buildx-action@v3
34+
2935
- name: Build and push Docker image
3036
uses: docker/build-push-action@v6
3137
with:

0 commit comments

Comments
 (0)