3 Commits

Author SHA1 Message Date
b45523f3d8 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
2024-06-08 23:34:48 -04:00
8efc682844 fix registry url
Some checks failed
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 failed
2024-06-08 23:26:44 -04:00
23ac1417be docker and CI (#1)
Some checks failed
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 failed
Reviewed-on: #1
Co-authored-by: Michael Thomson <michael@michaelthomson.dev>
Co-committed-by: Michael Thomson <michael@michaelthomson.dev>
2024-06-09 03:23:09 +00:00
2 changed files with 4 additions and 4 deletions

View File

@@ -2,8 +2,8 @@ steps:
publish-latest:
image: woodpeckerci/plugin-kaniko
settings:
repo: gitea.michaelthomson.dev/${CI_REPO_OWNER}/go-todos-app
registry: https://gitea.michaelthomson.dev
repo: ${CI_REPO_OWNER}/go-todos-app
registry: gitea.michaelthomson.dev
tags: latest
username: ${CI_REPO_OWNER}
password:

View File

@@ -2,8 +2,8 @@ steps:
publish-tag:
image: woodpeckerci/plugin-kaniko
settings:
repo: gitea.michaelthomson.dev/${CI_REPO_OWNER}/go-todos-app
registry: https://gitea.michaelthomson.dev
repo: ${CI_REPO_OWNER}/go-todos-app
registry: gitea.michaelthomson.dev
tags: ${CI_COMMIT_TAG}
username: ${CI_REPO_OWNER}
password: