diff --git a/DockerBuildPush.sh b/DockerBuildPush.sh index d3cac10..48712ce 100644 --- a/DockerBuildPush.sh +++ b/DockerBuildPush.sh @@ -4,7 +4,7 @@ SCRIPT_DIR=$(dirname "$(realpath "$0")") # Set variables -FULL_IMAGE_NAME="registry.gitlab.com/sascha3333/python-uv-base:latest" +FULL_IMAGE_NAME="mystmaker33/python-uv-base:latest" # Pull the latest changes from the Git repository echo "Pulling the latest changes from the Git repository..."