Skip to content

Commit 87eee6f

Browse files
committed
WIP
1 parent 451760d commit 87eee6f

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/e2e_tests.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ jobs:
5555
VERSION=${{ matrix.ruby_version }}
5656
push: false
5757
load: true
58-
cache-from: type=local,src=/tmp/.buildx-cache
59-
cache-to: type=local,dest=/tmp/.buildx-cache-new,mode=max
58+
cache-from: type=local,src=${{ runner.temp }}/.buildx-cache
59+
cache-to: type=local,dest=${{ runner.temp }}/.buildx-cache-new,mode=max
6060

6161
- name: Build svelte mini image
6262
uses: docker/build-push-action@v2
@@ -71,8 +71,8 @@ jobs:
7171
VERSION=${{ matrix.ruby_version }}
7272
push: false
7373
load: true
74-
cache-from: type=local,src=/tmp/.buildx-cache
75-
cache-to: type=local,dest=/tmp/.buildx-cache-new,mode=max
74+
cache-from: type=local,src=${{ runner.temp }}/.buildx-cache
75+
cache-to: type=local,dest=${{ runner.temp }}/.buildx-cache-new,mode=max
7676

7777
- name: Build sentry-test image
7878
uses: docker/build-push-action@v2
@@ -87,8 +87,8 @@ jobs:
8787
VERSION=${{ matrix.ruby_version }}
8888
push: false
8989
load: true
90-
cache-from: type=local,src=/tmp/.buildx-cache
91-
cache-to: type=local,dest=/tmp/.buildx-cache-new,mode=max
90+
cache-from: type=local,src=${{ runner.temp }}/.buildx-cache
91+
cache-to: type=local,dest=${{ runner.temp }}/.buildx-cache-new,mode=max
9292

9393
- name: Start mini rails app
9494
run: |

0 commit comments

Comments
 (0)