summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2022-12-11 22:48:51 +0300
committerAndrew Dolgov <[email protected]>2022-12-11 22:48:51 +0300
commit33e6b34a7080c3c2f551a5c411250be57fe5d876 (patch)
tree984cdaf340df2ec1b70e85b4415b7fbd42754e3b
parentf3f72e04b67c45e8bb689745677b933475ce22ab (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
"""
}