woodpecker: fix publish
parent
f9b8e2c18f
commit
610999c75e
|
@ -21,7 +21,7 @@ pipeline:
|
|||
- echo 'http://mirror.fcix.net/alpine/edge/testing' >> /etc/apk/repositories
|
||||
- apk add ko
|
||||
- KO_DOCKER_REPO="gitea.treehouse.systems/ariadne/woodpecker-crane-login" \
|
||||
/ko-app/ko publish --bare -t ${CI_COMMIT_TAG#v} -t latest
|
||||
ko publish --bare -t ${CI_COMMIT_TAG#v} -t latest
|
||||
when:
|
||||
event: tag
|
||||
tag: v*
|
||||
|
|
Loading…
Reference in New Issue