summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2022-12-11 22:48:49 +0300
committerAndrew Dolgov <[email protected]>2022-12-11 22:48:49 +0300
commit980917fe0e2656dfff6b6e4d8de3f7b91c3101be (patch)
treec31f5ee0ec6a9e0d8d51d8445ecc4ffc62fc533b
parent93c196a03a33483646e00310b403288dffaf3073 (diff)
update r/w registry URL
-rw-r--r--Jenkinsfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Jenkinsfile b/Jenkinsfile
index b7827eb..0991f2c 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -8,7 +8,7 @@ pipeline {
docker run --pull=always \
-v ${env.WORKSPACE}:/src/tt-rss/plugins/plugin \
--workdir /src/tt-rss \
- --rm cthulhoo/ttrss-fpm-pgsql-static:latest \
+ --rm registry.fakecake.org/cthulhoo/ttrss-fpm-pgsql-static:latest \
php81 ./vendor/bin/phpstan analyse plugins/plugin
"""
}