We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a9b7f5 commit 422f74bCopy full SHA for 422f74b
.github/workflows/ami-release-nix.yml
@@ -67,7 +67,7 @@ jobs:
67
68
- name: Generate common-nix.vars.pkr.hcl
69
run: |
70
- PG_VERSION=$(sudo nix run nixpkgs#yq -- '.postgres_release["postgres${{ matrix.postgres_version }}"]' ansible/vars.yml)
+ PG_VERSION=$(sudo nix run nixpkgs#yq -- '.postgres_release["postgres'${{ matrix.postgres_version }}'"]' ansible/vars.yml)
71
echo "postgres-version = \"$PG_VERSION\"" > common-nix.vars.pkr.hcl
72
73
- name: Build AMI stage 1
0 commit comments