🐛 Fix another typo
Some checks failed
ci/woodpecker/push/deploy Pipeline failed

This commit is contained in:
2024-04-12 23:15:22 +02:00
parent 7eb9947cf1
commit b5656f0742

View File

@@ -1,21 +1,21 @@
steps: steps:
name: publish publish:
image: woodpeckerci/plugin-kaniko image: woodpeckerci/plugin-kaniko
settings: settings:
registry: rg.fr-par.scw.cloud registry: rg.fr-par.scw.cloud
repo: asr-projects/beau-gosse-du-92-web repo: asr-projects/beau-gosse-du-92-web
tags: ${CI_COMMIT_SHA} tags: ${CI_COMMIT_SHA}
cache: true cache: true
auto_tag: true auto_tag: true
build_args: build_args:
- JOBS_NB=1 # limit the number of jobs to run in order to limit the consumed RAM - JOBS_NB=1 # limit the number of jobs to run in order to limit the consumed RAM
username: nologin username: nologin
password: password:
from_secret: registry-password from_secret: registry-password
debug: true debug: true
backend_options: backend_options:
kubernetes: kubernetes:
resources: resources:
requests: requests:
memory: "1.5Gi" memory: "1.5Gi"
cpu: "1" cpu: "1"