summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2024-07-21 10:51:26 +0300
committerAndrew Dolgov <[email protected]>2024-07-21 10:51:26 +0300
commit0caf1ef850449c15da5cec5c74479033604ed016 (patch)
tree9040f8170b30da411edc16e6c719efbafd7a6247 /.gitlab-ci.yml
parent1346767dfb0dad61d69423e371c124955ccf4a7b (diff)
set phpdoc image name
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 94b08f8cd..077465e37 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -99,6 +99,7 @@ phpdoc:publish:
- if: $CI_COMMIT_BRANCH # == $CI_DEFAULT_BRANCH
variables:
DOCKERFILE: ${CI_PROJECT_DIR}/.docker/phpdoc/Dockerfile
+ NAME: ttrss-phpdoc
VERSION: latest
phpunit-integration: