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

This reverts commit 13bba60e3a.
This commit is contained in:
asepharyana
2026-07-02 03:54:44 +07:00
parent d37cecdb38
commit 9e315a9574
+3 -2
View File
@@ -34,9 +34,10 @@ variables:
.docker-build: .docker-build:
stage: build stage: build
image: docker:27-cli image: docker:27-cli
tags:
- docker
services: services:
- name: docker:27-dind - docker:27-dind
command: ["--mtu=1400"]
before_script: before_script:
- echo "$CI_JOB_TOKEN" | docker login "$CI_REGISTRY" -u "$CI_REGISTRY_USER" --password-stdin - echo "$CI_JOB_TOKEN" | docker login "$CI_REGISTRY" -u "$CI_REGISTRY_USER" --password-stdin
script: script: