CHORE: Changed pipeline docker build container

This commit is contained in:
Luke Else 2024-02-18 20:50:50 +00:00
parent 43e58a3717
commit 2e9641bf27

View File

@ -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