.
Some checks failed
ci/woodpecker/push/other Pipeline failed

This commit is contained in:
2025-12-19 22:24:42 +09:00
parent 972da435b6
commit c2b668ddb8

View File

@@ -4,7 +4,7 @@ steps:
environment: environment:
KO_DOCKER_REPO: KO_DOCKER_REPO:
from_secret: KO_DOCKER_REPO from_secret: KO_DOCKER_REPO
KO_GOFLAGS: "-buildvcs=false"
commands: commands:
# 안전한 브랜치 이름 치환 (e.g. "/" → "-") # 안전한 브랜치 이름 치환 (e.g. "/" → "-")
- SAFE_BRANCH=$(echo "$CI_COMMIT_BRANCH" | tr '/' '-') - SAFE_BRANCH=$(echo "$CI_COMMIT_BRANCH" | tr '/' '-')