Files
beau-gosse-du-92/.woodpecker/.deploy.yaml
Adrien 68a012f8ad
All checks were successful
ci/woodpecker/push/deploy Pipeline was successful
👷 Try to increase the resources allocated to the image building (step 3)
2024-04-11 11:43:58 +02:00

26 lines
578 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
backend_options:
kubernetes:
resources:
requests:
memory: "2Gi"
cpu: "2"
limits:
memory: 2Gi
cpu: "2"