Files
beau-gosse-du-92/.woodpecker/.deploy.yaml
Adrien 16fbeab8e9
Some checks failed
ci/woodpecker/push/deploy Pipeline failed
👷 Remove registry name from the repo one
2024-04-11 09:20:13 +02:00

17 lines
398 B
YAML

steps:
- name: publish
image: woodpeckerci/plugin-kaniko
settings:
registry: rg.fr-par.scw.cloud
repo: /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