woodpecker: fix publish
ci/woodpecker/push/woodpecker Pipeline was successful Details
ci/woodpecker/tag/woodpecker Pipeline failed Details

Ariadne Conill 2022-08-04 17:35:19 -05:00
parent f9b8e2c18f
commit 610999c75e
1 changed files with 1 additions and 1 deletions

View File

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