🐛 Fix another typo
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
steps:
|
steps:
|
||||||
- name: publish
|
name: publish
|
||||||
image: woodpeckerci/plugin-kaniko
|
image: woodpeckerci/plugin-kaniko
|
||||||
settings:
|
settings:
|
||||||
registry: rg.fr-par.scw.cloud
|
registry: rg.fr-par.scw.cloud
|
||||||
@@ -8,7 +8,7 @@ steps:
|
|||||||
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
|
||||||
|
Reference in New Issue
Block a user