Skip to content

Commit 82e2dd3

Browse files
ci: disable gha caching for docker builder image
1 parent ee95a23 commit 82e2dd3

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,6 @@ jobs:
6666
push: ${{ github.ref == 'refs/heads/main' || github.ref == 'refs/tags/*' }}
6767
tags: ${{ steps.meta.outputs.tags }}
6868
labels: ${{ steps.meta.outputs.labels }}
69-
cache-from: type=gha
70-
cache-to: type=gha,mode=min
7169

7270
build-rake-task-matrix:
7371
runs-on: ubuntu-24.04
@@ -120,8 +118,6 @@ jobs:
120118
with:
121119
context: builders/${{ matrix.entry.builder }}
122120
load: true
123-
cache-from: type=gha
124-
cache-to: type=gha,mode=min
125121
- name: Setup builder container
126122
run: |
127123
docker run -dit -v "$GITHUB_WORKSPACE:/home/me/build" -w /home/me/build \

0 commit comments

Comments
 (0)