Commit 13973e8b authored by Gadhave's avatar Gadhave
Browse files

Update .gitlab-ci.yml file

parent c40860f6
Pipeline #12063 failed with stages
in 28 seconds
...@@ -44,10 +44,4 @@ build: ...@@ -44,10 +44,4 @@ build:
name: gcr.io/kaniko-project/executor:latest name: gcr.io/kaniko-project/executor:latest
entrypoint: ["/busybox/sh", "-c"] entrypoint: ["/busybox/sh", "-c"]
script: script:
- echo "Building image with Kaniko (no push)..." - /kaniko/executor --context $CI_PROJECT_DIR --dockerfile $CI_PROJECT_DIR/Dockerfile --no-push --destination myapp:latest
- >
/kaniko/executor
--context $CI_PROJECT_DIR
--dockerfile $CI_PROJECT_DIR/Dockerfile
--no-push
--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