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.
This commit is contained in:
Ladar Levison 2017-11-14 16:40:06 -06:00 committed by GitHub
parent baca3e5a1c
commit 4a5bb756a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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"