Update .gitlab-ci.yml file

This commit is contained in:
정훈 변
2024-08-05 11:01:02 +09:00
parent 1847b5c4fe
commit e053db6783

View File

@@ -3,7 +3,7 @@ stages:
- push - push
build: build:
image: docker:cli image: 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 image: docker:cli-curl
stage: push stage: push
services: services:
- docker:dind - docker:dind