Skip to content

Commit

Permalink
Update build.pkr.hcl
Browse files Browse the repository at this point in the history
  • Loading branch information
arnol377 committed Aug 26, 2024
1 parent 2c91b30 commit 55a9380
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ build {
}

post-processor "docker-tag" {
repository = ${local.ecr_repo}/${var.project_name}
repository = "${local.ecr_repo}/${var.project_name}"
tag = [local.tag]
}

Expand Down

0 comments on commit 55a9380

Please sign in to comment.