Skip to content

Commit 01b290a

Browse files
committed
chore(ci): setup qemu and buildx
1 parent 7ab00db commit 01b290a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/create-and-publish-docker-image.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,12 @@ jobs:
2727
username: ${{ github.actor }}
2828
password: ${{ secrets.GITHUB_TOKEN }}
2929

30+
- name: Set up QEMU
31+
uses: docker/setup-qemu-action@v3
32+
33+
- name: Set up Docker Buildx
34+
uses: docker/setup-buildx-action@v3
35+
3036
- name: Extract metadata (tags, labels) for Docker
3137
id: meta
3238
uses: docker/metadata-action@v4

0 commit comments

Comments
 (0)