diff --git a/.woodpecker/build-container.yml b/.woodpecker/build-container.yml index 87849ad..f9f34b7 100644 --- a/.woodpecker/build-container.yml +++ b/.woodpecker/build-container.yml @@ -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: