fix repo again
All checks were successful
ci/woodpecker/push/build Pipeline was successful
ci/woodpecker/push/dryrun Pipeline was successful
ci/woodpecker/push/publish-tag Pipeline was successful
ci/woodpecker/push/publish-latest Pipeline was successful
ci/woodpecker/tag/build Pipeline was successful
ci/woodpecker/tag/dryrun Pipeline was successful
ci/woodpecker/tag/publish-latest Pipeline was successful
ci/woodpecker/tag/publish-tag Pipeline was successful

This commit is contained in:
Michael Thomson 2024-06-08 23:34:48 -04:00
parent 8efc682844
commit b45523f3d8
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View File

@ -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}

View File

@ -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}