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

fix(ci): unset BUILDKIT_HOST in build stage script

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