ci/cd: fix arch builds to pick correct file
Signed-off-by: Ramkumar Chinchani <rchincha@cisco.com>
This commit is contained in:
parent
627cb97ef1
commit
914cf5c356
3
.github/workflows/ci-cd.yml
vendored
3
.github/workflows/ci-cd.yml
vendored
@ -96,6 +96,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
build-args: ARCH=arm64
|
build-args: ARCH=arm64
|
||||||
push: true
|
push: true
|
||||||
|
file: Dockerfile-arch
|
||||||
tags: |
|
tags: |
|
||||||
ghcr.io/${{ github.repository }}-arm64:${{ github.event.release.tag_name }}
|
ghcr.io/${{ github.repository }}-arm64:${{ github.event.release.tag_name }}
|
||||||
ghcr.io/${{ github.repository }}-arm64:latest
|
ghcr.io/${{ github.repository }}-arm64:latest
|
||||||
@ -104,7 +105,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
build-args: ARCH=arm64
|
build-args: ARCH=arm64
|
||||||
push: true
|
push: true
|
||||||
file: Dockerfile-minimal
|
file: Dockerfile-arch-minimal
|
||||||
tags: |
|
tags: |
|
||||||
ghcr.io/${{ github.repository }}-arm64-minimal:${{ github.event.release.tag_name }}
|
ghcr.io/${{ github.repository }}-arm64-minimal:${{ github.event.release.tag_name }}
|
||||||
ghcr.io/${{ github.repository }}-arm64-minimal:latest
|
ghcr.io/${{ github.repository }}-arm64-minimal:latest
|
||||||
|
Loading…
x
Reference in New Issue
Block a user