fix(build): oops tag should go to tags setting
This commit is contained in:
parent
503bbb8f89
commit
b46b8ae99e
1 changed files with 2 additions and 1 deletions
|
|
@ -11,7 +11,8 @@ steps:
|
|||
image: woodpeckerci/plugin-kaniko
|
||||
settings:
|
||||
registry: ${CI_FORGE_URL##https://}
|
||||
repo: ${CI_REPO_OWNER}/${CI_REPO_NAME}:${GO_VERSION}
|
||||
repo: ${CI_REPO_OWNER}/${CI_REPO_NAME}
|
||||
tags: ${GO_VERSION}
|
||||
username:
|
||||
from_secret: forge-username
|
||||
password:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue