fix registry repo
ci/woodpecker/push/build-package Pipeline was successful Details
ci/woodpecker/push/build-container Pipeline was successful Details
ci/woodpecker/push/docs Pipeline failed Details
ci/woodpecker/push/notify Pipeline was successful Details

This commit is contained in:
Robert Kaussow 2023-11-07 11:04:53 +01:00
parent 1c98e1fba2
commit 6a2a1c9a42
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0
1 changed files with 3 additions and 3 deletions

View File

@ -11,7 +11,7 @@ steps:
settings:
containerfile: Containerfile.multiarch
output: type=oci,dest=oci/${CI_REPO_NAME},tar=false
repo: ${CI_REPO}
repo: thegeeklab/${CI_REPO_NAME}
security-scan:
image: ghcr.io/aquasecurity/trivy
@ -39,7 +39,7 @@ steps:
- linux/arm64
- linux/arm/v7
provenance: false
repo: ${CI_REPO}
repo: thegeeklab/${CI_REPO_NAME}
username:
from_secret: docker_username
when:
@ -62,7 +62,7 @@ steps:
- linux/arm/v7
provenance: false
registry: quay.io
repo: quay.io/${CI_REPO}
repo: quay.io/thegeeklab/${CI_REPO_NAME}
username:
from_secret: quay_username
when: