Skip to content

Commit

Permalink
fix: build cache in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
wintbiit committed May 26, 2024
1 parent 3d1f654 commit 8a895f8
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,19 +91,6 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3

- name: Buildx Cache
id: buildx-cache
uses: docker/setup-buildx-action@v3
with:
driver-opts: name=gha

- name: Buildx Cache Load
id: buildx-cache-load
uses: docker/setup-buildx-action@v3
with:
driver-opts: name=gha
action: load

- name: Login to Docker Hub
if: github.event_name != 'pull_request'
uses: docker/login-action@v3
Expand Down

0 comments on commit 8a895f8

Please sign in to comment.