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 dbc1479 commit 45853af
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-postgres-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,8 @@ jobs:
if: ${{ matrix.image_variant == 'fulldata' }}
run: |
rm glvd.sql
gh run download 10886065469 -n glvd.sql --repo gardenlinux/glvd-contrib
LATEST_RUN_ID=$(gh run list --repo gardenlinux/glvd-contrib --branch main --json workflowDatabaseId --limit 1 | jq -r '.[0].workflowDatabaseId')
gh run download $LATEST_RUN_ID -n glvd.sql --repo gardenlinux/glvd-contrib
ls -la
env:
GH_TOKEN: ${{ github.token }}
Expand Down

0 comments on commit 45853af

Please sign in to comment.