From 6a2a1c9a425c608546c2b19ae268fee98338eb47 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Tue, 7 Nov 2023 11:04:53 +0100 Subject: [PATCH] fix registry repo --- .woodpecker/build-container.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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: