From b45523f3d88515bc1bf257e9113611d7715590c7 Mon Sep 17 00:00:00 2001 From: Michael Thomson Date: Sat, 8 Jun 2024 23:34:48 -0400 Subject: [PATCH] fix repo again --- .woodpecker/publish-latest.yaml | 2 +- .woodpecker/publish-tag.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.woodpecker/publish-latest.yaml b/.woodpecker/publish-latest.yaml index eee4c6c..509d77e 100644 --- a/.woodpecker/publish-latest.yaml +++ b/.woodpecker/publish-latest.yaml @@ -2,7 +2,7 @@ steps: publish-latest: image: woodpeckerci/plugin-kaniko settings: - repo: gitea.michaelthomson.dev/${CI_REPO_OWNER}/go-todos-app + repo: ${CI_REPO_OWNER}/go-todos-app registry: gitea.michaelthomson.dev tags: latest username: ${CI_REPO_OWNER} diff --git a/.woodpecker/publish-tag.yaml b/.woodpecker/publish-tag.yaml index 3bb62a7..2c8e4d6 100644 --- a/.woodpecker/publish-tag.yaml +++ b/.woodpecker/publish-tag.yaml @@ -2,7 +2,7 @@ steps: publish-tag: image: woodpeckerci/plugin-kaniko settings: - repo: gitea.michaelthomson.dev/${CI_REPO_OWNER}/go-todos-app + repo: ${CI_REPO_OWNER}/go-todos-app registry: gitea.michaelthomson.dev tags: ${CI_COMMIT_TAG} username: ${CI_REPO_OWNER}