This commit is contained in:
@@ -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"
|
||||||
|
Reference in New Issue
Block a user