Compare commits
2 Commits
v0.0.1
...
feature/do
| Author | SHA1 | Date | |
|---|---|---|---|
| 94d556cb1b | |||
| 642a554050 |
@@ -2,8 +2,8 @@ steps:
|
|||||||
publish-latest:
|
publish-latest:
|
||||||
image: woodpeckerci/plugin-kaniko
|
image: woodpeckerci/plugin-kaniko
|
||||||
settings:
|
settings:
|
||||||
repo: ${CI_REPO_OWNER}/go-todos-app
|
repo: gitea.michaelthomson.dev/${CI_REPO_OWNER}/go-todos-app
|
||||||
registry: gitea.michaelthomson.dev
|
registry: https://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: ${CI_REPO_OWNER}/go-todos-app
|
repo: gitea.michaelthomson.dev/${CI_REPO_OWNER}/go-todos-app
|
||||||
registry: gitea.michaelthomson.dev
|
registry: https://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