We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7cecd53 commit 7787c34Copy full SHA for 7787c34
.github/workflows/build-image.yaml
@@ -19,7 +19,7 @@ jobs:
19
- name: Set up QEMU
20
uses: docker/setup-qemu-action@v2
21
with:
22
- platforms: linux/arm64, linux/amd64, darwin/arm64
+ platforms: linux/arm64, linux/amd64
23
24
- name: Set up Docker Buildx
25
uses: docker/setup-buildx-action@v2
@@ -37,5 +37,7 @@ jobs:
37
context: .
38
file: ./Dockerfile
39
push: true
40
- tags: ghcr.io/${{ github.repository }}/sophdoc:latest
41
- platforms: linux/amd64, linux/arm64, darwin/arm64
+ tags: |
+ ghcr.io/${{ github.repository }}/sophdoc:${{ github.ref_name }}
42
+ ghcr.io/${{ github.repository }}/sophdoc:latest
43
+ platforms: linux/amd64, linux/arm64
0 commit comments