We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39291d4 commit 732914aCopy full SHA for 732914a
.github/workflows/docker-publish.yml
@@ -16,6 +16,12 @@ jobs:
16
- name: Checkout
17
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
18
19
+ - name: Set up QEMU
20
+ uses: docker/setup-qemu-action@29109295f81e9208d7d86ff1c6c12d2833863392 # v3.6.0
21
+
22
+ - name: Set up Docker Buildx
23
+ uses: docker/setup-buildx-action@b5ca514318bd6ebac0fb2aedd5d36ec1b5c232a2 # v3.10.0
24
25
- name: Login to GitHub Container Registry
26
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
27
with:
@@ -28,6 +34,7 @@ jobs:
28
34
29
35
context: .
30
36
push: true
37
+ platforms: linux/amd64,linux/arm64
31
38
tags: |
32
39
ghcr.io/${{ github.repository }}:latest
33
40
ghcr.io/${{ github.repository }}:${{ github.ref_name }}
0 commit comments