Skip to content
This repository has been archived by the owner on Jul 25, 2023. It is now read-only.

Commit

Permalink
Add name param
Browse files Browse the repository at this point in the history
  • Loading branch information
evandbrown committed May 26, 2015
1 parent 3a26ef5 commit 5cab243
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"variables": {
"name": "nginx-ssl-proxy",
"git_commit": "",
"git_branch": "",
"account_file": "",
Expand Down Expand Up @@ -44,7 +45,7 @@
[
{
"type": "docker-tag",
"repository": "gcr.io/{{user `project_id`}}/redmine",
"repository": "gcr.io/{{user `project_id`}}/{{user `name`}}",
"tag": "{{user `git_branch`}}-{{user `git_commit`}}",
"only": ["docker"]
}
Expand Down

0 comments on commit 5cab243

Please sign in to comment.