CHORE: Changed pipeline docker build container
This commit is contained in:
parent
43e58a3717
commit
2e9641bf27
@ -16,9 +16,9 @@ deploy:
|
||||
stage: deploy
|
||||
tags:
|
||||
- docker
|
||||
image: docker:20.10.16
|
||||
image: docker:latest
|
||||
services:
|
||||
- name: docker:20.10.16-dind
|
||||
- name: docker:dind
|
||||
alias: docker
|
||||
script:
|
||||
- docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY
|
||||
|
Loading…
Reference in New Issue
Block a user