python fix

This commit is contained in:
2025-09-16 15:47:54 -04:00
parent 339d023b85
commit 571d0400b2
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -72,6 +72,11 @@ jobs:
LOCAL_REGISTRY="192.168.253.221:3000"
CACHE_IMAGE="$LOCAL_REGISTRY/jskala/nfoguard:buildcache"
# Clear any existing Docker configs to prevent permission issues
unset DOCKER_CONFIG
export HOME=/tmp/docker-home
mkdir -p $HOME
# Enable Docker BuildKit for better caching
export DOCKER_BUILDKIT=1