Add shared tag to docker-build job in CI configuration #5
This commit is contained in:
@@ -58,6 +58,8 @@ update_db:
|
||||
docker-build:
|
||||
stage: build
|
||||
image: docker:latest
|
||||
tags:
|
||||
- shared
|
||||
services:
|
||||
- name: docker:dind
|
||||
alias: docker
|
||||
|
||||
Reference in New Issue
Block a user