fix(ci): unset BUILDKIT_HOST in build stage script

The build stage script now unsets the BUILDKIT_HOST 
environment variable to ensure a clean build process. This 
prevents potential conflicts related to Docker BuildKit 
during the build.
This commit is contained in:
2025-12-09 15:12:42 +01:00
parent df4f769eab
commit b4d238849c
+1
View File
@@ -14,5 +14,6 @@ build:
stage: build
script:
- unset BUILDTOOLS_CONTENT
- unset BUILDKIT_HOST
- build
- push