Skip to content

Commit 5dc8445

Browse files
committed
fix: build
1 parent 762ea17 commit 5dc8445

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/docker-image.yml

+4
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ jobs:
2121
with:
2222
username: ${{ secrets.DOCKER_USERNAME }}
2323
password: ${{ secrets.DOCKER_PASSWORD }}
24+
- name: Set up QEMU
25+
uses: docker/setup-qemu-action@v3
26+
- name: Set up Docker Buildx
27+
uses: docker/setup-buildx-action@v2
2428
- name: Build and push Docker image
2529
id: push
2630
uses: docker/[email protected]

0 commit comments

Comments
 (0)