|
55 | 55 | VERSION=${{ matrix.ruby_version }} |
56 | 56 | push: false |
57 | 57 | 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 |
60 | 60 |
|
61 | 61 | - name: Build svelte mini image |
62 | 62 | uses: docker/build-push-action@v2 |
|
71 | 71 | VERSION=${{ matrix.ruby_version }} |
72 | 72 | push: false |
73 | 73 | 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 |
76 | 76 |
|
77 | 77 | - name: Build sentry-test image |
78 | 78 | uses: docker/build-push-action@v2 |
|
87 | 87 | VERSION=${{ matrix.ruby_version }} |
88 | 88 | push: false |
89 | 89 | 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 |
92 | 92 |
|
93 | 93 | - name: Start mini rails app |
94 | 94 | run: | |
|
0 commit comments