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