fix: fix gitlab-ci.yml
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
stages:
|
||||
- build_project
|
||||
- build_image
|
||||
|
||||
build_project:
|
||||
stage: build_project
|
||||
@@ -14,14 +13,3 @@ build_project:
|
||||
tags:
|
||||
- GN-XXG-Server
|
||||
|
||||
build_image:
|
||||
stage: build_image
|
||||
script:
|
||||
- docker build -t "dev_cn-ui:latest" .
|
||||
- docker tag "dev-ui:latest" "192.168.40.153:9080/cyber-narrator/dev-ui:latest"
|
||||
- docker push "192.168.40.153:9080/cyber-narrator/dev_cn-ui:latest"
|
||||
when: on_success
|
||||
only:
|
||||
- dev-cicd
|
||||
tags:
|
||||
- GN-XXG-Server
|
||||
|
||||
Reference in New Issue
Block a user