Docker Example Typo

I think the intention was to show you can tag, and push the same image to multiple repos, but the example given is to the same repo, twice. This change updates the example so it uses hashicorp/packer1, and hashicorp/packer2.
pull/5583/head
Ladar Levison 9 years ago committed by GitHub
parent baca3e5a1c
commit 4a5bb756a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -303,7 +303,7 @@ nearly-identical sequence definitions, as demonstrated by the example below:
[
{
"type": "docker-tag",
"repository": "hashicorp/packer",
"repository": "hashicorp/packer1",
"tag": "0.7"
},
"docker-push"
@ -311,7 +311,7 @@ nearly-identical sequence definitions, as demonstrated by the example below:
[
{
"type": "docker-tag",
"repository": "hashicorp/packer",
"repository": "hashicorp/packer2",
"tag": "0.7"
},
"docker-push"

Loading…
Cancel
Save