Skip to content

Commit dd71977

Browse files
author
charlesgauthereau
committed
chore(release): 1.2.2-rc.2
1 parent bee0da1 commit dd71977

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/docker.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,11 @@ jobs:
5858
echo "tags=$TAGS" >> $GITHUB_OUTPUT
5959
echo "tags2=$TAGS2" >> $GITHUB_OUTPUT
6060
61+
- name: Set up QEMU (enables multi-arch emulation)
62+
uses: docker/setup-qemu-action@v3
63+
64+
- name: Set up Docker Buildx
65+
uses: docker/setup-buildx-action@v3
6166

6267
- name: Log in to Docker Hub account 1
6368
uses: docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a

0 commit comments

Comments
 (0)