#11 Corrected container name

This commit is contained in:
Luke Else 2024-02-16 13:25:45 +00:00
parent 4024578591
commit b340beab3c

View File

@ -14,9 +14,9 @@ variables:
deploy:
stage: deploy
image: $CI_REGISTRY/group/project/docker:20.10.16
image: docker:20.10.16
services:
- name: $CI_REGISTRY/group/project/docker:20.10.16-dind
- name: docker:20.10.16-dind
alias: docker
script:
- docker build -t $CI_REGISTRY_IMAGE$CI_COMMIT_SHORT_SHA .