#11 corrected indentaiton on ci file
This commit is contained in:
parent
61f2b86746
commit
1420a3115f
@ -15,9 +15,9 @@ variables:
|
|||||||
deploy:
|
deploy:
|
||||||
stage: deploy
|
stage: deploy
|
||||||
image: $CI_REGISTRY/group/project/docker:20.10.16
|
image: $CI_REGISTRY/group/project/docker:20.10.16
|
||||||
services:
|
services:
|
||||||
- name: $CI_REGISTRY/group/project/docker:20.10.16-dind
|
- name: $CI_REGISTRY/group/project/docker:20.10.16-dind
|
||||||
alias: docker
|
alias: docker
|
||||||
script:
|
script:
|
||||||
- docker build -t $CI_REGISTRY_IMAGE$CI_COMMIT_SHORT_SHA .
|
- docker build -t $CI_REGISTRY_IMAGE$CI_COMMIT_SHORT_SHA .
|
||||||
- docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY
|
- docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY
|
||||||
|
Loading…
Reference in New Issue
Block a user