Merge branch 'fix/ci-unset-buildkitd-host' into 'main'

fix(ci): unset BUILDKITD_HOST in the build stage

See merge request unboundsoftware/pre-commit!108
This commit was merged in pull request #112.
This commit is contained in:
2025-12-09 15:01:07 +01:00
+1
View File
@@ -14,5 +14,6 @@ build:
stage: build
script:
- unset BUILDTOOLS_CONTENT
- unset BUILDKIT_HOST
- build
- push