fix(examples): use correct build args for Docker template (#5721)

This commit is contained in:
Olivier Lance 2023-01-14 00:24:19 +01:00 committed by GitHub
parent eb48341696
commit cd7b36d41a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@ resource "docker_image" "main" {
name = "coder-${data.coder_workspace.me.id}"
build {
path = "./build"
build_arg = {
build_args = {
USER = local.username
}
}