Skip to content

Commit 97ba7f0

Browse files
committed
Use generic tag name in container image build script
The script is meant for locally building images (the CI workflow runs other code), so we now use localhost/ as namespace.
1 parent abc6ea0 commit 97ba7f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.ci/docker-images/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ case "$1" in
1111
;;
1212
esac
1313

14-
exec docker build --build-arg "PHPVERSION=$phpversion" -f "$(realpath $(dirname $0)/Dockerfile)" -t "ghcr.io/pabzm/roundcubemail-testrunner:php$phpversion" "$(realpath $(dirname $0)/../../..)"
14+
exec docker build --build-arg "PHPVERSION=$phpversion" -f "$(realpath $(dirname $0)/Dockerfile)" -t "localhost/roundcubemail-testrunner:php$phpversion" "$(realpath $(dirname $0)/../../..)"

0 commit comments

Comments
 (0)