Skip to content

Commit ff6db49

Browse files
committed
Fix Docker image publication
1 parent 336653e commit ff6db49

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/release.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,12 @@ jobs:
6565
- name: Check out the repo
6666
uses: actions/checkout@v4
6767

68+
- name: Set up QEMU
69+
uses: docker/setup-qemu-action@v3
70+
71+
- name: Set up Docker Buildx
72+
uses: docker/setup-buildx-action@v3
73+
6874
- name: Log in to Docker Hub
6975
uses: docker/login-action@v3
7076
with:

0 commit comments

Comments
 (0)