Use docker tag for doxygen build

This commit is contained in:
Mark Roszko 2022-07-17 01:23:15 +00:00
parent 33c89667fe
commit 5c5dc689cf
1 changed files with 3 additions and 1 deletions

View File

@ -3,6 +3,8 @@ build_doxygen_docker:
services:
- docker:dind
stage: build
tags:
- docker
before_script:
- docker info
- docker login -u gitlab-ci-token -p "$CI_BUILD_TOKEN" "$CI_REGISTRY"