diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 8aa5ac865..66d0d4ca0 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -138,7 +138,7 @@ jobs: - uses: actions/upload-artifact@v3 with: name: db-dump - path: /tmp/postgres + path: /tmp/postgres/pg-definitions.sql.gz generate-scanner-bundle: runs-on: ubuntu-latest @@ -203,6 +203,12 @@ jobs: - uses: actions/download-artifact@v3 with: name: db-dump + path: /tmp/postgres/pg-definitions.sql.gz + + - name: Get db dump + run: | + source ./scripts/ci/lib.sh + get_db_dump - name: Make db bundle run: image/db/rhel/create-bundle.sh image/db image/db/rhel