Skip to content

Commit ce635ff

Browse files
committed
fix: broken ci for publishing docker images
1 parent ead1596 commit ce635ff

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/publish-docker.yml

+6
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,12 @@ jobs:
1414
- name: Check out the repo
1515
uses: actions/checkout@v2
1616

17+
- name: Setup QEMU
18+
uses: docker/setup-qemu-action@v3
19+
20+
- name: Setup Docker Buildx
21+
uses: docker/setup-buildx-action@v3
22+
1723
- name: Log in to Docker Hub
1824
uses: docker/login-action@f054a8b539a109f9f41c372932f1ae047eff08c9
1925
with:

0 commit comments

Comments
 (0)