Compare commits

2 Commits

Author SHA1 Message Date
1420a3115f #11 corrected indentaiton on ci file 2024-02-16 13:19:23 +00:00
61f2b86746 #11 Added alias to registry to allow for connection. 2024-02-16 13:18:41 +00:00

View File

@@ -13,10 +13,11 @@ variables:
# - pytest
deploy:
image: docker:stable
stage: deploy
image: $CI_REGISTRY/group/project/docker:20.10.16
services:
- docker:dind
- name: $CI_REGISTRY/group/project/docker:20.10.16-dind
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