🐛 Use of a temp plugin-kaniko image fixing the build-args issue
Some checks are pending
ci/woodpecker/push/deploy Pipeline is running
Some checks are pending
ci/woodpecker/push/deploy Pipeline is running
This commit is contained in:
@@ -1,13 +1,15 @@
|
|||||||
steps:
|
steps:
|
||||||
publish:
|
dockerize:
|
||||||
image: woodpeckerci/plugin-kaniko
|
# 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:
|
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: "JOBS_NB=1"
|
build-args: JOBS_NB=1
|
||||||
username: nologin
|
username: nologin
|
||||||
password:
|
password:
|
||||||
from_secret: registry-password
|
from_secret: registry-password
|
||||||
|
Reference in New Issue
Block a user