Skip to content

Commit

Permalink
tag in droplet image
Browse files Browse the repository at this point in the history
  • Loading branch information
Cory Schwartz committed Mar 1, 2021
1 parent 9ceda48 commit 2f496b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/packer/lotus.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ source "digitalocean" "lotus" {
size = "s-1vcpu-1gb"
region = "nyc3"
image = "ubuntu-20-04-x64"
snapshot_name = "lotus-${var.lotus_network}-${local.timestamp}"
snapshot_name = "lotus-${var.lotus_network}-${var.git_tag}-${local.timestamp}"
ssh_username = "root"
}

Expand Down

0 comments on commit 2f496b3

Please sign in to comment.