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}