Merge pull request #5583 from ladar/patch-1

Docker Example Typo
pull/5587/head
SwampDragons 9 years ago committed by GitHub
commit e19381320c
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