Skip to content

Commit 4ad5029

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 0a370a2 commit 4ad5029

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)