summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2022-12-11 22:48:52 +0300
committerAndrew Dolgov <[email protected]>2022-12-11 22:48:52 +0300
commitba2ba37c2445ed60cf8ee473dd21bfdc27f44e77 (patch)
treeab144c3d57a0d25fad3193b9670e38984177769e
parent37c6528e80ffc4d9570d168913bc4ffc79e1e044 (diff)
update r/w registry URL
-rw-r--r--Jenkinsfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Jenkinsfile b/Jenkinsfile
index 4cad0e2..27572e5 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -8,7 +8,7 @@ pipeline {
docker run --pull=always \
-v ${env.WORKSPACE}:/src/tt-rss/plugins.local/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.local/plugin --memory-limit=512M
"""
}