Skip to content

Commit

Permalink
Remove cache from build and push action
Browse files Browse the repository at this point in the history
  • Loading branch information
Freika committed Feb 2, 2025
1 parent f91e142 commit 267c427
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_and_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@ jobs:
push: true
tags: ${{ steps.docker_meta.outputs.tags }}
platforms: linux/arm64
cache-from: type=local,src=/tmp/.buildx-cache
cache-to: type=local,dest=/tmp/.buildx-cache-arm64
# cache-from: type=local,src=/tmp/.buildx-cache
# cache-to: type=local,dest=/tmp/.buildx-cache-arm64

- name: Build and push (other architectures)
uses: docker/build-push-action@v2
Expand Down

0 comments on commit 267c427

Please sign in to comment.