Skip to content

Commit e05fb8f

Browse files
committed
don't use cache
1 parent 404980b commit e05fb8f

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/docker.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -114,8 +114,6 @@ jobs:
114114
DEV=${{ matrix.dev }}
115115
tags: ${{ env.BASE_TAG }}
116116
target: ${{ env.BASE_TARGET }}
117-
cache-to: type=gha, mode=max
118-
cache-from: type=gha, mode=max
119117
load: ${{ github.event_name == 'pull_request' }}
120118

121119
- name: Inspect
@@ -138,5 +136,3 @@ jobs:
138136
${{ env.TAG }}
139137
${{ env.LATEST_TAG }}
140138
target: build
141-
cache-to: type=gha, mode=max
142-
cache-from: type=gha, mode=max

0 commit comments

Comments
 (0)