Skip to content

Commit 659398d

Browse files
committed
Update tag.yml
1 parent 3a09f8d commit 659398d

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/tag.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,12 @@ jobs:
1414
- name: Checkout repository
1515
uses: actions/checkout@v4
1616

17+
- name: Set up QEMU
18+
uses: docker/setup-qemu-action@v1
19+
20+
- name: Set up Docker Buildx
21+
uses: docker/setup-buildx-action@v1
22+
1723
- name: Log in to GitHub Container Registry
1824
uses: docker/login-action@v3
1925
with:
@@ -34,4 +40,5 @@ jobs:
3440
context: .
3541
push: true
3642
tags: ghcr.io/matiasg19/ping:latest
37-
labels: ${{ steps.meta.outputs.labels }}
43+
labels: ${{ steps.meta.outputs.labels }}
44+
platforms: linux/amd64,linux/arm64

0 commit comments

Comments
 (0)