1 parent 49da86b commit 2ece38cCopy full SHA for 2ece38c
2 files changed
.github/workflows/image-build.yml
@@ -18,6 +18,7 @@ jobs:
18
push: false
19
tags: ghcr.io/${{ github.repository }}:latest-amd64
20
file: Dockerfile
21
+ platforms: linux/amd64,linux/arm64
22
23
build-origin:
24
name: Image build/origin
.github/workflows/image-push-master.yml
@@ -29,9 +29,10 @@ jobs:
29
context: .
30
push: true
31
tags: |
32
- ghcr.io/${{ github.repository }}:latest-amd64
33
- ghcr.io/${{ github.repository }}:snapshot-amd64
+ ghcr.io/${{ github.repository }}:latest
+ ghcr.io/${{ github.repository }}:snapshot
34
35
36
37
push-origin:
38
name: Image push/origin
0 commit comments