fix: add secrets to pipeline
This commit is contained in:
parent
91806b878c
commit
ac3ac10dba
1 changed files with 2 additions and 0 deletions
|
@ -5,6 +5,7 @@ steps:
|
||||||
kaniko:
|
kaniko:
|
||||||
image: git.kabelsalat.ch/s3lph/package-pipeline-builder/kaniko:latest
|
image: git.kabelsalat.ch/s3lph/package-pipeline-builder/kaniko:latest
|
||||||
pull: true
|
pull: true
|
||||||
|
secrets: [gitea_api_username, gitea_api_password]
|
||||||
commands:
|
commands:
|
||||||
- mkdir -p /kaniko/.docker
|
- mkdir -p /kaniko/.docker
|
||||||
- >-
|
- >-
|
||||||
|
@ -20,6 +21,7 @@ steps:
|
||||||
builder:
|
builder:
|
||||||
image: git.kabelsalat.ch/s3lph/package-pipeline-builder/kaniko:latest
|
image: git.kabelsalat.ch/s3lph/package-pipeline-builder/kaniko:latest
|
||||||
pull: true
|
pull: true
|
||||||
|
secrets: [gitea_api_username, gitea_api_password]
|
||||||
commands:
|
commands:
|
||||||
- mkdir -p /kaniko/.docker
|
- mkdir -p /kaniko/.docker
|
||||||
- >-
|
- >-
|
||||||
|
|
Loading…
Reference in a new issue