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
build:
image: docker:cli
image: docker:cli-curl
stage: build
services:
- docker:dind
@@ -41,7 +41,7 @@ build:
- if: '$TRIGGER_NAME == "exemone_java_agent"'
push:
image: docker:cli
image: docker:cli-curl
stage: push
services:
- docker:dind