summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2022-12-11 22:48:47 +0300
committerAndrew Dolgov <[email protected]>2022-12-11 22:48:47 +0300
commite1f45779a016b7adf6c34c0d55b75c7ca32a01d8 (patch)
tree0b0f5b3e33608486d8ce2d3eecd5256db5e5f440
parent716a8b6fc778add1258c730635615546d1115efb (diff)
update r/w registry URLHEADmaster
-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
"""
}