diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f8d64ae..8ba703c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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