fix(build): oops tag should go to tags setting
All checks were successful
ci/woodpecker/push/build/2 Pipeline was successful
ci/woodpecker/push/build/1 Pipeline was successful

This commit is contained in:
pips 2025-07-30 22:00:01 +02:00
parent 503bbb8f89
commit b46b8ae99e

View file

@ -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: