Skip to content

Commit

Permalink
Update tag to list of string
Browse files Browse the repository at this point in the history
  • Loading branch information
bwhaley committed Jul 28, 2021
1 parent 0da2db6 commit a166b40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/packer-docker-example/build.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,6 @@ build {
post-processor "docker-tag" {
only = ["docker.ubuntu-docker"]
repository = "gruntwork/packer-docker-example"
tag = "latest"
tag = ["latest"]
}
}

0 comments on commit a166b40

Please sign in to comment.