#11 Corrected container name
This commit is contained in:
parent
4024578591
commit
b340beab3c
@ -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 .
|
||||
|
Loading…
Reference in New Issue
Block a user