mirror of
https://github.com/Freika/dawarich.git
synced 2026-01-10 17:21:38 -05:00
Remove cache from build and push action
This commit is contained in:
parent
f91e142a2f
commit
267c4271b5
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build_and_push.yml
vendored
4
.github/workflows/build_and_push.yml
vendored
|
|
@ -67,8 +67,8 @@ jobs:
|
||||||
push: true
|
push: true
|
||||||
tags: ${{ steps.docker_meta.outputs.tags }}
|
tags: ${{ steps.docker_meta.outputs.tags }}
|
||||||
platforms: linux/arm64
|
platforms: linux/arm64
|
||||||
cache-from: type=local,src=/tmp/.buildx-cache
|
# cache-from: type=local,src=/tmp/.buildx-cache
|
||||||
cache-to: type=local,dest=/tmp/.buildx-cache-arm64
|
# cache-to: type=local,dest=/tmp/.buildx-cache-arm64
|
||||||
|
|
||||||
- name: Build and push (other architectures)
|
- name: Build and push (other architectures)
|
||||||
uses: docker/build-push-action@v2
|
uses: docker/build-push-action@v2
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue