mirror of
https://github.com/coder/terraform-provider-envbuilder.git
synced 2025-10-09 08:50:18 +00:00
ci: push envbuilder image to local registry (#28)
This commit is contained in:
parent
a2a5fcf79b
commit
f8a49e84ff
2 changed files with 7 additions and 2 deletions
internal/provider
|
@ -74,7 +74,7 @@ func quote(s string) string {
|
|||
func setup(ctx context.Context, t testing.TB, files map[string]string) testDependencies {
|
||||
t.Helper()
|
||||
|
||||
envbuilderImage := getEnvOrDefault("ENVBUILDER_IMAGE", "ghcr.io/coder/envbuilder-preview")
|
||||
envbuilderImage := getEnvOrDefault("ENVBUILDER_IMAGE", "localhost:5000/envbuilder")
|
||||
envbuilderVersion := getEnvOrDefault("ENVBUILDER_VERSION", "latest")
|
||||
envbuilderImageRef := envbuilderImage + ":" + envbuilderVersion
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue