Update .gitlab-ci.yml file
This commit is contained in:
@@ -3,7 +3,7 @@ stages:
|
|||||||
- push
|
- push
|
||||||
|
|
||||||
build:
|
build:
|
||||||
image: docker:cli-curl
|
image: harbor.exem-oss.org/cicd-tools/docker:cli-curl
|
||||||
stage: build
|
stage: build
|
||||||
services:
|
services:
|
||||||
- docker:dind
|
- docker:dind
|
||||||
@@ -41,7 +41,7 @@ build:
|
|||||||
- if: '$TRIGGER_NAME == "exemone_java_agent"'
|
- if: '$TRIGGER_NAME == "exemone_java_agent"'
|
||||||
|
|
||||||
push:
|
push:
|
||||||
image: docker:cli-curl
|
image: harbor.exem-oss.org/cicd-tools/docker:cli-curl
|
||||||
stage: push
|
stage: push
|
||||||
services:
|
services:
|
||||||
- docker:dind
|
- docker:dind
|
||||||
|
|||||||
Reference in New Issue
Block a user