Compare commits
3 Commits
feature/do
...
v0.1.0
| Author | SHA1 | Date | |
|---|---|---|---|
| b45523f3d8 | |||
| 8efc682844 | |||
| 23ac1417be |
@@ -2,8 +2,8 @@ steps:
|
|||||||
publish-latest:
|
publish-latest:
|
||||||
image: woodpeckerci/plugin-kaniko
|
image: woodpeckerci/plugin-kaniko
|
||||||
settings:
|
settings:
|
||||||
repo: gitea.michaelthomson.dev/${CI_REPO_OWNER}/go-todos-app
|
repo: ${CI_REPO_OWNER}/go-todos-app
|
||||||
registry: https://gitea.michaelthomson.dev
|
registry: gitea.michaelthomson.dev
|
||||||
tags: latest
|
tags: latest
|
||||||
username: ${CI_REPO_OWNER}
|
username: ${CI_REPO_OWNER}
|
||||||
password:
|
password:
|
||||||
|
|||||||
@@ -2,8 +2,8 @@ steps:
|
|||||||
publish-tag:
|
publish-tag:
|
||||||
image: woodpeckerci/plugin-kaniko
|
image: woodpeckerci/plugin-kaniko
|
||||||
settings:
|
settings:
|
||||||
repo: gitea.michaelthomson.dev/${CI_REPO_OWNER}/go-todos-app
|
repo: ${CI_REPO_OWNER}/go-todos-app
|
||||||
registry: https://gitea.michaelthomson.dev
|
registry: gitea.michaelthomson.dev
|
||||||
tags: ${CI_COMMIT_TAG}
|
tags: ${CI_COMMIT_TAG}
|
||||||
username: ${CI_REPO_OWNER}
|
username: ${CI_REPO_OWNER}
|
||||||
password:
|
password:
|
||||||
|
|||||||
Reference in New Issue
Block a user