We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acaddd2 commit a426045Copy full SHA for a426045
.github/workflows/build-image.yml
@@ -86,8 +86,8 @@ jobs:
86
- name: Download Infix artifacts
87
if: ${{ !inputs.use_latest_release }}
88
run: |
89
- # Download from latest Infix build workflow for main branch
90
- gh run list --workflow=build.yml --branch=main --limit=1 --status=success --json databaseId --jq '.[0].databaseId' > latest_infix_run_id
+ # Download from latest Kernelkit Trigger workflow for main branch
+ gh run list --workflow=164295764 --branch=main --limit=1 --status=success --json databaseId --jq '.[0].databaseId' > latest_infix_run_id
91
INFIX_RUN_ID=$(cat latest_infix_run_id)
92
93
gh run download ${INFIX_RUN_ID} --name artifact-${TARGET} --dir temp_infix/
0 commit comments