woodpecker: add --debug for apko
ci/woodpecker/push/woodpecker Pipeline was successful Details

main
Ariadne Conill 2022-12-03 01:27:48 -06:00
parent 41350afedf
commit 458b330473
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ pipeline:
image: distroless.dev/apko:latest
commands:
- echo $REGISTRY_SECRET | apko login --username ariadne --password-stdin gitea.treehouse.systems
- apko publish --arch $(uname -m) apko.yaml gitea.treehouse.systems/ariadne/ariadne.space-hugo:latest
- apko publish --debug --arch $(uname -m) apko.yaml gitea.treehouse.systems/ariadne/ariadne.space-hugo:latest
secrets: [REGISTRY_SECRET]
deploy: