Compare commits
3 Commits
feature/do
...
v0.0.1
| Author | SHA1 | Date | |
|---|---|---|---|
| b45523f3d8 | |||
| 8efc682844 | |||
| 23ac1417be |
@@ -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:
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user