Commit c40860f6 authored by Gadhave's avatar Gadhave
Browse files

Update .gitlab-ci.yml file

parent 93fd5081
Pipeline #12062 failed with stages
in 25 seconds
......@@ -42,7 +42,7 @@ build:
stage: build
image:
name: gcr.io/kaniko-project/executor:latest
entrypoint: [""]
entrypoint: ["/busybox/sh", "-c"]
script:
- echo "Building image with Kaniko (no push)..."
- >
......@@ -50,4 +50,4 @@ build:
--context $CI_PROJECT_DIR
--dockerfile $CI_PROJECT_DIR/Dockerfile
--no-push
--destination $DOCKER_IMAGE_NAME:$DOCKER_TAG
--destination myapp:latest
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment