ci: remove docker tag — shared runners don't have it
This commit is contained in:
+2
-3
@@ -34,10 +34,9 @@ variables:
|
||||
.docker-build:
|
||||
stage: build
|
||||
image: docker:27-cli
|
||||
tags:
|
||||
- docker
|
||||
services:
|
||||
- docker:27-dind
|
||||
- name: docker:27-dind
|
||||
command: ["--mtu=1400"]
|
||||
before_script:
|
||||
- echo "$CI_JOB_TOKEN" | docker login "$CI_REGISTRY" -u "$CI_REGISTRY_USER" --password-stdin
|
||||
script:
|
||||
|
||||
Reference in New Issue
Block a user