Files
beau-gosse-du-92/.woodpecker/.deploy.yaml
Adrien 1c5940624c
Some checks failed
ci/woodpecker/push/deploy Pipeline failed
🐛 Try to setup build_args with a list of strings
2024-04-13 00:15:22 +02:00

22 lines
484 B
YAML

steps:
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:
- "JOBS_NB=1"
username: nologin
password:
from_secret: registry-password
debug: true
backend_options:
kubernetes:
resources:
requests:
memory: "1.5Gi"
cpu: "1"