fix(ci): unset BUILDKIT_HOST in build stage script #102

Merged
argoyle merged 1 commits from fix/ci-unset-buildkit-host into main 2025-12-09 14:16:57 +00:00
+1
View File
@@ -14,5 +14,6 @@ build:
stage: build stage: build
script: script:
- unset BUILDTOOLS_CONTENT - unset BUILDTOOLS_CONTENT
- unset BUILDKIT_HOST
- build - build
- push - push