mirror of
https://github.com/Sebclem/hassio-nextcloud-backup.git
synced 2024-11-22 17:22:58 +01:00
✏️ Disable cache for build
This commit is contained in:
parent
fc1698af37
commit
4f9e973a46
5
.github/workflows/build_addon.yml
vendored
5
.github/workflows/build_addon.yml
vendored
@ -90,6 +90,5 @@ jobs:
|
|||||||
BUILD_VERSION=${{env.VERSION}}
|
BUILD_VERSION=${{env.VERSION}}
|
||||||
IMAGE_SOURCE=${{env.IMAGE_SOURCE}}
|
IMAGE_SOURCE=${{env.IMAGE_SOURCE}}
|
||||||
file: ./${{env.TARGET}}/Dockerfile
|
file: ./${{env.TARGET}}/Dockerfile
|
||||||
cache-from: type=registry,ref=${{env.REPOSITORY}}/${{env.IMAGE}}/${{matrix.arch}}:latest
|
# cache-from: type=registry,ref=${{env.REPOSITORY}}/${{env.IMAGE}}/${{matrix.arch}}:latest
|
||||||
cache-to: type=inline
|
# cache-to: type=inline
|
||||||
context: .
|
|
||||||
|
Loading…
Reference in New Issue
Block a user