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: services:
- docker:dind - docker:dind
stage: build stage: build
tags:
- docker
before_script: before_script:
- docker info - docker info
- docker login -u gitlab-ci-token -p "$CI_BUILD_TOKEN" "$CI_REGISTRY" - docker login -u gitlab-ci-token -p "$CI_BUILD_TOKEN" "$CI_REGISTRY"
@ -13,4 +15,4 @@ build_doxygen_docker:
refs: refs:
- schedules - schedules
variables: variables:
- $SCHEDULED_JOB_NAME == "doxygen" - $SCHEDULED_JOB_NAME == "doxygen"