Skip to content

Commit

Permalink
Update build-postgres-container.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
fwilhe authored Sep 19, 2024
1 parent 9e6fb49 commit 20d2977
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-postgres-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 20d2977

Please sign in to comment.