From 20d29779848cc5b1307926fa4bf6feb4123304db Mon Sep 17 00:00:00 2001 From: Florian Wilhelm <2292245+fwilhe@users.noreply.github.com> Date: Thu, 19 Sep 2024 15:01:11 +0200 Subject: [PATCH] Update build-postgres-container.yml --- .github/workflows/build-postgres-container.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-postgres-container.yml b/.github/workflows/build-postgres-container.yml index 3e38b5d..3d6986b 100644 --- a/.github/workflows/build-postgres-container.yml +++ b/.github/workflows/build-postgres-container.yml @@ -54,7 +54,7 @@ jobs: if: ${{ matrix.image_variant == 'fulldata' }} run: | rm glvd.sql - LATEST_RUN_ID=$(gh run list --repo gardenlinux/glvd-contrib --branch cvss --workflow ingest-snapshot.yaml --json workflowDatabaseId --limit 1 | jq -r '.[0].workflowDatabaseId') + LATEST_RUN_ID=$(gh run list --repo gardenlinux/glvd-contrib --branch cvss --workflow ingest-snapshot.yaml --json databaseId --limit 1 | jq -r '.[0].databaseId') gh run download $LATEST_RUN_ID -n glvd.sql --repo gardenlinux/glvd-contrib ls -la env: