diff --git a/.woodpecker/other.yaml b/.woodpecker/other.yaml index d25b3c9..dbb77d7 100644 --- a/.woodpecker/other.yaml +++ b/.woodpecker/other.yaml @@ -4,7 +4,7 @@ steps: environment: KO_DOCKER_REPO: from_secret: KO_DOCKER_REPO - + KO_GOFLAGS: "-buildvcs=false" commands: # 안전한 브랜치 이름 치환 (e.g. "/" → "-") - SAFE_BRANCH=$(echo "$CI_COMMIT_BRANCH" | tr '/' '-')