Files
beau-gosse-du-92/.woodpecker/.deploy.yaml
Adrien ddc2431f60
Some checks failed
ci/woodpecker/push/deploy Pipeline was canceled
👷 Add the image to push to the repo settings
2024-04-11 10:18:53 +02:00

17 lines
408 B
YAML

steps:
- name: publish
image: woodpeckerci/plugin-kaniko
settings:
registry: rg.fr-par.scw.cloud
repo: asr-projects/beau-gosse-du-92-web
tags: ${CI_COMMIT_SHA}
cache: true
auto_tag: true
# build_args:
# - COMMIT_SHA=${CI_COMMIT_SHA}
# - COMMIT_AUTHOR_EMAIL=${CI_COMMIT_AUTHOR_EMAIL}
username: nologin
password:
from_secret: registry-password
debug: true