diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 1dc5acc..fa134dd 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -87,11 +87,8 @@ jobs: context: . push: ${{ github.event_name != 'pull_request' }} platforms: linux/amd64,linux/arm64 + no-cache: true tags: ${{ steps.meta.outputs.tags }} - - name: Move cache - run: | - rm -rf /tmp/.buildx-cache - mv /tmp/.buildx-cache-new /tmp/.buildx-cache