Add shared tag to docker-build job in CI configuration #5

This commit is contained in:
Marek Lesko
2025-07-28 08:25:18 +00:00
parent 014cf13072
commit b0521f60a9

View File

@@ -58,6 +58,8 @@ update_db:
docker-build: docker-build:
stage: build stage: build
image: docker:latest image: docker:latest
tags:
- shared
services: services:
- name: docker:dind - name: docker:dind
alias: docker alias: docker