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
|
image: woodpeckerci/plugin-kaniko
|
||||||
settings:
|
settings:
|
||||||
registry: ${CI_FORGE_URL##https://}
|
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:
|
username:
|
||||||
from_secret: forge-username
|
from_secret: forge-username
|
||||||
password:
|
password:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue