Skip to content

Commit 8a895f8

Browse files
committed
fix: build cache in ci
1 parent 3d1f654 commit 8a895f8

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

.github/workflows/build.yml

-13
Original file line numberDiff line numberDiff line change
@@ -91,19 +91,6 @@ jobs:
9191
- name: Set up Docker Buildx
9292
uses: docker/setup-buildx-action@v3
9393

94-
- name: Buildx Cache
95-
id: buildx-cache
96-
uses: docker/setup-buildx-action@v3
97-
with:
98-
driver-opts: name=gha
99-
100-
- name: Buildx Cache Load
101-
id: buildx-cache-load
102-
uses: docker/setup-buildx-action@v3
103-
with:
104-
driver-opts: name=gha
105-
action: load
106-
10794
- name: Login to Docker Hub
10895
if: github.event_name != 'pull_request'
10996
uses: docker/login-action@v3

0 commit comments

Comments
 (0)