summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2022-12-11 22:41:09 +0300
committerAndrew Dolgov <[email protected]>2022-12-11 22:41:09 +0300
commitd2c79ada2a87bb7eaafe1a39e4e3bb37853099aa (patch)
tree99b5b18af976e77d930ae185d3649b522d41ff8b
parentea389e2196fc8413ff067054ae7b1e95e8584650 (diff)
Revert "use docker hub image for now"HEADmaster
This reverts commit ea389e2196fc8413ff067054ae7b1e95e8584650.
-rw-r--r--Jenkinsfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Jenkinsfile b/Jenkinsfile
index 0b55087..c0adb8d 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -10,7 +10,7 @@ pipeline {
steps {
sh """
docker run --rm -v ${env.WORKSPACE}:/src/tt-rss/lib/local \
- --workdir /src/tt-rss cthulhoo/ttrss-fpm-pgsql-static:latest \
+ --workdir /src/tt-rss registry.fakecake.org/cthulhoo/ttrss-fpm-pgsql-static:latest\
php81 ./vendor/bin/phpstan analyse lib/local --memory-limit=1G
"""
}