From 093e653d4863a0fa5f829166980463d3e08688bd Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Tue, 7 Nov 2023 14:02:04 +0100 Subject: [PATCH] fix registry repo --- .woodpecker/docs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.woodpecker/docs.yml b/.woodpecker/docs.yml index 39a1476..25d68d1 100644 --- a/.woodpecker/docs.yml +++ b/.woodpecker/docs.yml @@ -35,7 +35,7 @@ steps: environment: PUSHRM_FILE: README.md PUSHRM_SHORT: Custom Alpine image including a common toolkit - PUSHRM_TARGET: ${CI_REPO} + PUSHRM_TARGET: thegeeklab/${CI_REPO_NAME} when: - event: [push, manual] branch: @@ -49,7 +49,7 @@ steps: target: APIKEY__QUAY_IO environment: PUSHRM_FILE: README.md - PUSHRM_TARGET: quay.io/${CI_REPO} + PUSHRM_TARGET: quay.io/thegeeklab/${CI_REPO_NAME} when: - event: [push, manual] branch: