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 8d734f5 commit b5af59a
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 @@ -80,7 +80,7 @@ build {

post-processors {
post-processor "docker-tag" {
repository = "${local.ecr_repo}/${var.project_name}"
repository = "${local.aws_account_id}.dkr.ecr.${local.aws_region}.amazonaws.com$/{local.ecr_repo}/${var.project_name}"
tag = [local.tag]
}

Expand Down

0 comments on commit b5af59a

Please sign in to comment.