Skip to content
Snippets Groups Projects
Commit bb1213d5 authored by Byungheong Jeong's avatar Byungheong Jeong
Browse files

Update .gitlab-ci.yml

parent 1858abd3
No related branches found
No related tags found
No related merge requests found
Pipeline #8731 failed
...@@ -7,8 +7,8 @@ stages: ...@@ -7,8 +7,8 @@ stages:
build-and-push-job: build-and-push-job:
stage: build-and-push stage: build-and-push
tags: # tags:
- build-as-docker # - build-as-docker
script: script:
- docker build --no-cache -t gitlab-registry.nautilus.optiputer.net/${CI_PROJECT_NAMESPACE}/${CI_PROJECT_NAME}:${CI_COMMIT_SHA:0:8} . - docker build --no-cache -t gitlab-registry.nautilus.optiputer.net/${CI_PROJECT_NAMESPACE}/${CI_PROJECT_NAME}:${CI_COMMIT_SHA:0:8} .
- docker tag gitlab-registry.nautilus.optiputer.net/${CI_PROJECT_NAMESPACE}/${CI_PROJECT_NAME}:${CI_COMMIT_SHA:0:8} gitlab-registry.nautilus.optiputer.net/${CI_PROJECT_NAMESPACE}/${CI_PROJECT_NAME}:latest - docker tag gitlab-registry.nautilus.optiputer.net/${CI_PROJECT_NAMESPACE}/${CI_PROJECT_NAME}:${CI_COMMIT_SHA:0:8} gitlab-registry.nautilus.optiputer.net/${CI_PROJECT_NAMESPACE}/${CI_PROJECT_NAME}:latest
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment