mirror of
https://github.com/project-zot/zot.git
synced 2026-06-15 20:07:55 +08:00
ci/cd: fix arch builds to pick correct file
Signed-off-by: Ramkumar Chinchani <rchincha@cisco.com>
This commit is contained in:
committed by
Ramkumar Chinchani
parent
627cb97ef1
commit
914cf5c356
@@ -96,6 +96,7 @@ jobs:
|
||||
with:
|
||||
build-args: ARCH=arm64
|
||||
push: true
|
||||
file: Dockerfile-arch
|
||||
tags: |
|
||||
ghcr.io/${{ github.repository }}-arm64:${{ github.event.release.tag_name }}
|
||||
ghcr.io/${{ github.repository }}-arm64:latest
|
||||
@@ -104,7 +105,7 @@ jobs:
|
||||
with:
|
||||
build-args: ARCH=arm64
|
||||
push: true
|
||||
file: Dockerfile-minimal
|
||||
file: Dockerfile-arch-minimal
|
||||
tags: |
|
||||
ghcr.io/${{ github.repository }}-arm64-minimal:${{ github.event.release.tag_name }}
|
||||
ghcr.io/${{ github.repository }}-arm64-minimal:latest
|
||||
|
||||
Reference in New Issue
Block a user