Merge pull request #875 from aluzzardi/disable-gha-cache
ci: disable GHA cache for buildkit
This commit is contained in:
commit
8dc3e74dff
12
.github/workflows/ci.yml
vendored
12
.github/workflows/ci.yml
vendored
@ -89,13 +89,7 @@ jobs:
|
|||||||
mkdir -p ~/.config/dagger
|
mkdir -p ~/.config/dagger
|
||||||
echo "$DAGGER_AGE_KEY" > ~/.config/dagger/keys.txt
|
echo "$DAGGER_AGE_KEY" > ~/.config/dagger/keys.txt
|
||||||
|
|
||||||
- name: Expose GitHub Runtime
|
|
||||||
uses: crazy-max/ghaction-github-runtime@v1
|
|
||||||
|
|
||||||
- name: Integration test
|
- name: Integration test
|
||||||
env:
|
|
||||||
DAGGER_CACHE_TO: "type=gha,scope=integration"
|
|
||||||
DAGGER_CACHE_FROM: "type=gha,scope=integration"
|
|
||||||
run: |
|
run: |
|
||||||
env
|
env
|
||||||
make core-integration
|
make core-integration
|
||||||
@ -123,12 +117,6 @@ jobs:
|
|||||||
mkdir -p ~/.config/dagger
|
mkdir -p ~/.config/dagger
|
||||||
echo "$DAGGER_AGE_KEY" > ~/.config/dagger/keys.txt
|
echo "$DAGGER_AGE_KEY" > ~/.config/dagger/keys.txt
|
||||||
|
|
||||||
- name: Expose GitHub Runtime
|
|
||||||
uses: crazy-max/ghaction-github-runtime@v1
|
|
||||||
|
|
||||||
- name: Universe Test
|
- name: Universe Test
|
||||||
env:
|
|
||||||
DAGGER_CACHE_TO: "type=gha,scope=universe"
|
|
||||||
DAGGER_CACHE_FROM: "type=gha,scope=universe"
|
|
||||||
run: |
|
run: |
|
||||||
make universe-test
|
make universe-test
|
||||||
|
Reference in New Issue
Block a user