mirror of
https://github.com/kjuulh/dagger-rs.git
synced 2024-11-08 11:01:47 +01:00
feat: set cache config in proper place
This commit is contained in:
parent
09fd7c89b8
commit
cf92018a1e
5
.github/workflows/ci.yaml
vendored
5
.github/workflows/ci.yaml
vendored
@ -30,8 +30,7 @@ jobs:
|
|||||||
-
|
-
|
||||||
name: Expose GitHub Runtime
|
name: Expose GitHub Runtime
|
||||||
uses: crazy-max/ghaction-github-runtime@v2
|
uses: crazy-max/ghaction-github-runtime@v2
|
||||||
- name: export proper cache config
|
- name: Run dagger [CI]
|
||||||
run: |
|
run: |
|
||||||
export _EXPERIMENTAL_DAGGER_CACHE_CONFIG="_type=gha,mode=max,url=$ACTIONS_CACHE_URL,token=$ACTIONS_RUNTIME_TOKEN"
|
export _EXPERIMENTAL_DAGGER_CACHE_CONFIG="_type=gha,mode=max,url=$ACTIONS_CACHE_URL,token=$ACTIONS_RUNTIME_TOKEN"
|
||||||
- name: Run dagger [CI]
|
cargo run -p ci -- pr
|
||||||
run: cargo run -p ci -- pr
|
|
||||||
|
Loading…
Reference in New Issue
Block a user