Skip to content

Commit 046474f

Browse files
committed
fix: stage 1 needs a distinct tag
1 parent 0ccedc2 commit 046474f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

amazon-arm64-nix.pkr.hcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ source "amazon-ebssurrogate" "source" {
164164
tags = {
165165
creator = "packer"
166166
appType = "postgres"
167-
postgresVersion = "${var.postgres-version}"
167+
postgresVersion = "${var.postgres-version}-stage1"
168168
sourceSha = "${var.git-head-version}"
169169
}
170170

common-nix.vars.pkr.hcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
postgres-version = "15.6.1.14-nix-staged"
1+
postgres-version = "15.6.1.15-nix-staged"

0 commit comments

Comments
 (0)