Merge pull request #5583 from ladar/patch-1

Docker Example Typo
This commit is contained in:
SwampDragons 2017-11-14 15:02:56 -08:00 committed by GitHub
commit e19381320c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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"