Skip to content

Commit 44f8563

Browse files
committed
.
1 parent 08e6311 commit 44f8563

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/qemu-image-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,8 @@ jobs:
7373

7474
- name: Generate common-nix.vars.pkr.hcl
7575
run: |
76-
curl -L https://github.com/mikefarah/yq/releases/download/v4.45.1/yq_linux_arm64 -o yq && mv yq /home/runner/.local/bin/
77-
PG_VERSION=$(yq '.postgres_release["postgres'${{ matrix.postgres_version }}'"]' ansible/vars.yml)
76+
curl -L https://github.com/mikefarah/yq/releases/download/v4.45.1/yq_linux_arm64 -o yq
77+
PG_VERSION=$(./yq '.postgres_release["postgres'${{ matrix.postgres_version }}'"]' ansible/vars.yml)
7878
PG_VERSION=$(echo $PG_VERSION | tr -d '"') # Remove any surrounding quotes
7979
echo 'postgres-version = "'$PG_VERSION'"' > common-nix.vars.pkr.hcl
8080
echo 'postgres-major-version = "'$POSTGRES_MAJOR_VERSION'"' >> common-nix.vars.pkr.hcl

0 commit comments

Comments
 (0)