Compare commits
1 Commits
ci/add-che
...
d9827f0ccf
Author | SHA1 | Date | |
---|---|---|---|
d9827f0ccf
|
16
.woodpecker/.deploy.yaml
Normal file
16
.woodpecker/.deploy.yaml
Normal file
@@ -0,0 +1,16 @@
|
||||
steps:
|
||||
- name: publish
|
||||
image: woodpeckerci/plugin-kaniko
|
||||
settings:
|
||||
registry: rg.fr-par.scw.cloud
|
||||
repo: rg.fr-par.scw.cloud/asr-projects
|
||||
tags: ${CI_COMMIT_SHA}
|
||||
cache: true
|
||||
build_args:
|
||||
- COMMIT_SHA=${CI_COMMIT_SHA}
|
||||
- COMMIT_AUTHOR_EMAIL=${CI_COMMIT_AUTHOR_EMAIL}
|
||||
username:
|
||||
from_secret: registry-username
|
||||
password:
|
||||
from_secret: registry-password
|
||||
debug: true
|
Reference in New Issue
Block a user