Remove cache from build and push action

This commit is contained in:
Eugene Burmakin 2025-02-02 21:10:15 +01:00
parent f91e142a2f
commit 267c4271b5

View file

@ -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