#11 Changed container name

This commit is contained in:
Luke Else 2024-02-16 13:32:12 +00:00
parent e4d8cb2def
commit 7551da4aaa

View File

@ -16,7 +16,7 @@ deploy:
stage: deploy
image: docker:latest
services:
- name: docker:latest-dind
- name: docker:dind
alias: docker
script:
- docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY