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