👷 First try to setup the CI to deliver web docker image to registry
Some checks failed
ci/woodpecker/push/deploy Pipeline failed

This commit is contained in:
2024-04-11 09:13:54 +02:00
parent 77fa0c5fd5
commit d9827f0ccf

16
.woodpecker/.deploy.yaml Normal file
View 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