fix: Don't create builder if DOCKER_HOST is set

This commit is contained in:
Gerald Pinder 2024-05-14 13:50:33 -04:00
parent a2ca8c6fc9
commit 73f219d4ca
2 changed files with 17 additions and 4 deletions

View file

@ -18,6 +18,9 @@ pub const IMAGE_VERSION_LABEL: &str = "org.opencontainers.image.version";
// BlueBuild vars
pub const BB_BUILDKIT_CACHE_GHA: &str = "BB_BUILDKIT_CACHE_GHA";
// Docker vars
pub const DOCKER_HOST: &str = "DOCKER_HOST";
// Cosign vars
pub const COSIGN_PRIVATE_KEY: &str = "COSIGN_PRIVATE_KEY";
pub const GITHUB_TOKEN_ISSUER_URL: &str = "https://token.actions.githubusercontent.com";