fix(ci): use specified dind imge

!3
This commit is contained in:
2023-05-08 10:29:20 +09:30
parent cd82c7c3d7
commit e1ffb03ce4

View File

@ -26,8 +26,8 @@ Docker Container:
stage: build stage: build
image: docker:latest image: docker:latest
services: services:
#- docker:19.03.12-dind - docker:19.03.12-dind
- docker:latest-dind #- docker:latest-dind
variables: variables:
IMAGE_NAME: ansible-ee IMAGE_NAME: ansible-ee
before_script: before_script:
@ -73,8 +73,8 @@ Docker Hub:
stage: publish stage: publish
image: docker:latest image: docker:latest
services: services:
#- docker:19.03.12-dind - docker:19.03.12-dind
- docker:latest-dind #- docker:latest-dind
variables: variables:
IMAGE_NAME: ansible-ee IMAGE_NAME: ansible-ee
before_script: before_script: