Update .woodpecker.yml
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
2023-12-12 03:41:53 +02:00
parent a715b55f00
commit 00264cacbc
+2 -2
View File
@@ -2,9 +2,9 @@ steps:
build: build:
image: git.balsys.eu.org/tomas/mkosi image: git.balsys.eu.org/tomas/mkosi
privileged: true privileged: true
secrets: [signing_key] secrets: [ signing_key ]
commands: commands:
- echo $${SIGNING_KEY} - echo ${SIGNING_KEY}
publish: publish:
image: woodpeckerci/plugin-gitea-release image: woodpeckerci/plugin-gitea-release