Files
beau-gosse-du-92/.woodpecker/.dockerize.yaml
Adrien cdc02a601d
All checks were successful
ci/woodpecker/push/dockerize Pipeline was successful
ci/woodpecker/pr/lint Pipeline was successful
ci/woodpecker/pr/audit Pipeline was successful
🔊 Deploy web app on commit on this branch (TEMP !!!)
2025-05-02 20:04:50 +02:00

21 lines
449 B
YAML

steps:
dockerize:
image: woodpeckerci/plugin-kaniko
settings:
registry: rg.fr-par.scw.cloud
repo: asr-projects/beau-gosse-du-92-web
tags: ${CI_COMMIT_SHA}
auto_tag: true
cache: false
username: nologin
password:
from_secret: registry-password
when:
- event: push
branch: ${CI_REPO_DEFAULT_BRANCH}
- event: push
branch: fix/versions-always-modified
# depends_on:
# - validate