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:
@@ -14,5 +14,6 @@ build:
|
|||||||
stage: build
|
stage: build
|
||||||
script:
|
script:
|
||||||
- unset BUILDTOOLS_CONTENT
|
- unset BUILDTOOLS_CONTENT
|
||||||
|
- unset BUILDKIT_HOST
|
||||||
- build
|
- build
|
||||||
- push
|
- push
|
||||||
|
|||||||
Reference in New Issue
Block a user