fix: add secrets to pipeline
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/cron/woodpecker Pipeline was successful

This commit is contained in:
s3lph 2023-11-11 05:23:10 +01:00
parent 91806b878c
commit ac3ac10dba
Signed by: s3lph
GPG key ID: 0AA29A52FB33CFB5

View file

@ -5,6 +5,7 @@ steps:
kaniko:
image: git.kabelsalat.ch/s3lph/package-pipeline-builder/kaniko:latest
pull: true
secrets: [gitea_api_username, gitea_api_password]
commands:
- mkdir -p /kaniko/.docker
- >-
@ -20,6 +21,7 @@ steps:
builder:
image: git.kabelsalat.ch/s3lph/package-pipeline-builder/kaniko:latest
pull: true
secrets: [gitea_api_username, gitea_api_password]
commands:
- mkdir -p /kaniko/.docker
- >-