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