Skip to content

Commit

Permalink
[INFRA] Disable K8s CI image GHA cache
Browse files Browse the repository at this point in the history
  • Loading branch information
pan3793 committed Dec 4, 2024
1 parent eb1b599 commit 8bab514
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -420,6 +420,8 @@ jobs:
# https://github.com/docker/build-push-action
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
with:
cache-binary: false
- name: Build Kyuubi Docker Image
uses: docker/build-push-action@v6
with:
Expand Down

0 comments on commit 8bab514

Please sign in to comment.