Files
beau-gosse-du-92/.woodpecker/.deploy.yaml
Adrien 296d9e81f2
All checks were successful
ci/woodpecker/push/deploy Pipeline was successful
👷 Reuse of the plugin-kaniko image
2024-04-13 17:23:57 +02:00

23 lines
647 B
YAML

steps:
dockerize:
# Use of a temp image fixing the https://github.com/woodpecker-ci/plugin-kaniko/issues/25.
image: woodpeckerci/plugin-kaniko
# image: rg.fr-par.scw.cloud/asr-projects/plugin-kaniko:dev
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=4
username: nologin
password:
from_secret: registry-password
debug: true
# backend_options:
# kubernetes:
# resources:
# requests:
# memory: "4Gi"
# cpu: "4"