From fe6bf976dfc687811da308b23bb2847dd109647d Mon Sep 17 00:00:00 2001 From: sascha Date: Thu, 3 Apr 2025 15:46:54 -0400 Subject: [PATCH] changed from gitlab to dockerhub --- DockerBuildPush.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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..."