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

This commit is contained in:
2025-12-19 22:31:11 +09:00
parent c2b668ddb8
commit c8c5364090

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" GOFLAGS: "-buildvcs=false"
commands: commands:
# 안전한 브랜치 이름 치환 (e.g. "/" → "-") # 안전한 브랜치 이름 치환 (e.g. "/" → "-")
- SAFE_BRANCH=$(echo "$CI_COMMIT_BRANCH" | tr '/' '-') - SAFE_BRANCH=$(echo "$CI_COMMIT_BRANCH" | tr '/' '-')
@@ -13,4 +13,4 @@ steps:
- TAG="${SAFE_BRANCH}-${CI_COMMIT_SHA:0:7}" - TAG="${SAFE_BRANCH}-${CI_COMMIT_SHA:0:7}"
# 이미지 빌드 및 push (VCS stamping 활성화) # 이미지 빌드 및 push (VCS stamping 활성화)
- ko build ./cmd/seven-skies --bare --tags "$TAG" - ko build ./cmd/seven-skies --tags "$TAG"