Skip to content

Commit

Permalink
docs: update generated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
lbajolet-hashicorp committed Feb 27, 2024
1 parent 7e8db69 commit 0045959
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .web-docs/components/builder/docker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -532,15 +532,15 @@ above and example configuration properties are shown below:
```hcl
post-processors {
post-processor "docker-tag" {
repository = "public.ecr.aws/YOUR REGISTRY ALIAS HERE/YOUR REGISTRY NAME HERE"
tags = ["latest"]
repository = "12345.dkr.ecr.us-east-1.amazonaws.com/packer"
tags = ["0.7"]
}
post-processor "docker-push" {
ecr_login = true
aws_access_key = "YOUR KEY HERE"
aws_secret_key = "YOUR SECRET KEY HERE"
login_server = "public.ecr.aws/YOUR REGISTRY ALIAS HERE"
login_server = "https://12345.dkr.ecr.us-east-1.amazonaws.com/"
}
}
```
Expand Down

0 comments on commit 0045959

Please sign in to comment.