From 5370a91e0cd73e3ce826337fcebbd21e75bd1125 Mon Sep 17 00:00:00 2001 From: Greg Hellings Date: Fri, 27 May 2022 01:04:42 -0500 Subject: [PATCH] Put boxes into boxen namespace --- sources/build.pkr.hcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sources/build.pkr.hcl b/sources/build.pkr.hcl index d57ed9f..43b5b46 100644 --- a/sources/build.pkr.hcl +++ b/sources/build.pkr.hcl @@ -22,7 +22,7 @@ build { post-processor "vagrant-cloud" { name = "upload" - box_tag = "greg-hellings/${local.name}" + box_tag = "boxen/${local.name}" version = local.build version_description = local.description }