fix: Don't create builder if DOCKER_HOST is set
This commit is contained in:
parent
a2ca8c6fc9
commit
73f219d4ca
2 changed files with 17 additions and 4 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue