#11 Missing - added

This commit is contained in:
Luke Else 2024-02-16 13:20:29 +00:00
parent 1420a3115f
commit 8f7842eb0a

View File

@ -17,7 +17,7 @@ deploy:
image: $CI_REGISTRY/group/project/docker:20.10.16
services:
- name: $CI_REGISTRY/group/project/docker:20.10.16-dind
alias: docker
- alias: docker
script:
- docker build -t $CI_REGISTRY_IMAGE$CI_COMMIT_SHORT_SHA .
- docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY