forked from s3lph/matemat
fix kaniko ci
This commit is contained in:
parent
82a82c4990
commit
d68eee7bf4
1 changed files with 2 additions and 2 deletions
|
@ -32,7 +32,7 @@ codestyle:
|
|||
build_docker_tag:
|
||||
stage: build
|
||||
image:
|
||||
name: gcr.io/kaniko-project/executor
|
||||
name: gcr.io/kaniko-project/executor:debug
|
||||
entrypoint: [""]
|
||||
script:
|
||||
- mkdir -p /kaniko/.docker
|
||||
|
@ -50,7 +50,7 @@ build_docker_tag:
|
|||
build_docker_staging:
|
||||
stage: build
|
||||
image:
|
||||
name: gcr.io/kaniko-project/executor
|
||||
name: gcr.io/kaniko-project/executor:debug
|
||||
entrypoint: [""]
|
||||
script:
|
||||
- mkdir -p /kaniko/.docker
|
||||
|
|
Loading…
Reference in a new issue