fix(ci): unset BUILDKITD_HOST in the build stage

Unset the BUILDKITD_HOST variable in the build stage to ensure  
consistent build environments and prevent potential build issues.  
This change improves the CI/CD process reliability.
This commit is contained in:
2025-12-09 14:49:41 +01:00
parent c30f8ba6e1
commit 609c12da30
+1
View File
@@ -14,5 +14,6 @@ build:
stage: build
script:
- unset BUILDTOOLS_CONTENT
- unset BUILDKIT_HOST
- build
- push