ci: remove docker tag — shared runners don't have it

This commit is contained in:
asepharyana
2026-07-02 02:17:54 +07:00
parent 90b317731b
commit 13bba60e3a
+2 -3
View File
@@ -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: