fix registry repo
This commit is contained in:
parent
1c98e1fba2
commit
6a2a1c9a42
@ -11,7 +11,7 @@ steps:
|
|||||||
settings:
|
settings:
|
||||||
containerfile: Containerfile.multiarch
|
containerfile: Containerfile.multiarch
|
||||||
output: type=oci,dest=oci/${CI_REPO_NAME},tar=false
|
output: type=oci,dest=oci/${CI_REPO_NAME},tar=false
|
||||||
repo: ${CI_REPO}
|
repo: thegeeklab/${CI_REPO_NAME}
|
||||||
|
|
||||||
security-scan:
|
security-scan:
|
||||||
image: ghcr.io/aquasecurity/trivy
|
image: ghcr.io/aquasecurity/trivy
|
||||||
@ -39,7 +39,7 @@ steps:
|
|||||||
- linux/arm64
|
- linux/arm64
|
||||||
- linux/arm/v7
|
- linux/arm/v7
|
||||||
provenance: false
|
provenance: false
|
||||||
repo: ${CI_REPO}
|
repo: thegeeklab/${CI_REPO_NAME}
|
||||||
username:
|
username:
|
||||||
from_secret: docker_username
|
from_secret: docker_username
|
||||||
when:
|
when:
|
||||||
@ -62,7 +62,7 @@ steps:
|
|||||||
- linux/arm/v7
|
- linux/arm/v7
|
||||||
provenance: false
|
provenance: false
|
||||||
registry: quay.io
|
registry: quay.io
|
||||||
repo: quay.io/${CI_REPO}
|
repo: quay.io/thegeeklab/${CI_REPO_NAME}
|
||||||
username:
|
username:
|
||||||
from_secret: quay_username
|
from_secret: quay_username
|
||||||
when:
|
when:
|
||||||
|
Loading…
Reference in New Issue
Block a user