mirror of
https://github.com/project-zot/zot.git
synced 2024-12-16 21:56:37 -05:00
fix(ci): set correct arch/os for published container images (#991)
Signed-off-by: Ramkumar Chinchani <rchincha@cisco.com>
This commit is contained in:
parent
08c8d493f5
commit
480aea06c0
4 changed files with 8 additions and 0 deletions
|
@ -42,6 +42,8 @@ build:
|
||||||
build_only: true
|
build_only: true
|
||||||
|
|
||||||
"${{REPO_NAME:zot}}":
|
"${{REPO_NAME:zot}}":
|
||||||
|
os: ${{OS}}
|
||||||
|
arch: ${{ARCH}}
|
||||||
from:
|
from:
|
||||||
type: docker
|
type: docker
|
||||||
url: docker://gcr.io/distroless/base:latest-${{ARCH}}
|
url: docker://gcr.io/distroless/base:latest-${{ARCH}}
|
||||||
|
|
|
@ -20,6 +20,8 @@ build:
|
||||||
build_only: true
|
build_only: true
|
||||||
|
|
||||||
"${{REPO_NAME:zb}}":
|
"${{REPO_NAME:zb}}":
|
||||||
|
os: ${{OS}}
|
||||||
|
arch: ${{ARCH}}
|
||||||
from:
|
from:
|
||||||
type: docker
|
type: docker
|
||||||
url: docker://gcr.io/distroless/base:latest-${{ARCH}}
|
url: docker://gcr.io/distroless/base:latest-${{ARCH}}
|
||||||
|
|
|
@ -40,6 +40,8 @@ build:
|
||||||
build_only: true
|
build_only: true
|
||||||
|
|
||||||
"${{REPO_NAME:zxp}}":
|
"${{REPO_NAME:zxp}}":
|
||||||
|
os: ${{OS}}
|
||||||
|
arch: ${{ARCH}}
|
||||||
from:
|
from:
|
||||||
type: docker
|
type: docker
|
||||||
url: docker://gcr.io/distroless/base:latest-${{ARCH}}
|
url: docker://gcr.io/distroless/base:latest-${{ARCH}}
|
||||||
|
|
|
@ -41,6 +41,8 @@ build:
|
||||||
build_only: true
|
build_only: true
|
||||||
|
|
||||||
"${{REPO_NAME:zot}}":
|
"${{REPO_NAME:zot}}":
|
||||||
|
os: ${{OS}}
|
||||||
|
arch: ${{ARCH}}
|
||||||
from:
|
from:
|
||||||
type: docker
|
type: docker
|
||||||
url: docker://gcr.io/distroless/base:latest-${{ARCH}}
|
url: docker://gcr.io/distroless/base:latest-${{ARCH}}
|
||||||
|
|
Loading…
Reference in a new issue