Skip to content

Commit

Permalink
ci: get dagger version from repo
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Sagi-Kazar <[email protected]>
  • Loading branch information
sagikazarmark committed Oct 26, 2024
1 parent 547bf77 commit 55f6273
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -318,13 +318,17 @@ jobs:
- name: Checkout repository
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1

- name: Get Dagger version
id: dagger_version
uses: sagikazarmark/dagger-version-action@main

- name: Run pipeline
uses: dagger/dagger-for-github@6b6e9832f7dffd6cd9cdd989a577bb2cbfc45432 # v6.13.0
with:
verb: call
args: ci
cloud-token: ${{ secrets.DAGGER_CLOUD_TOKEN }}
version: ${{ env.DAGGER_VERSION }}
version: ${{ steps.dagger_version.outputs.version }}

- name: Export Dagger Engine logs
id: export-dagger-engine-logs
Expand Down

0 comments on commit 55f6273

Please sign in to comment.