Update file doxygen.yml

This commit is contained in:
Mark Roszko 2024-05-12 02:53:42 +00:00
parent 03459723b3
commit 3a2b960f62
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ build_doxygen_docker:
rules:
- if: $CI_PIPELINE_SOURCE == "schedule" && $SCHEDULED_JOB_NAME == "doxygen"
tags:
- kicad-docker
- gitlab-org-docker
before_script:
- docker info
- docker login -u gitlab-ci-token -p "$CI_JOB_TOKEN" "$CI_REGISTRY"