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