✏️ Try re-enable cache

This commit is contained in:
Sebastien Clement 2021-05-06 14:04:14 +02:00
parent 164bbc161c
commit 3bc496ccbc

View File

@ -90,6 +90,6 @@ jobs:
BUILD_VERSION=${{env.VERSION}}
IMAGE_SOURCE=${{env.IMAGE_SOURCE}}
file: ./${{env.TARGET}}/Dockerfile
# cache-from: type=registry,ref=${{env.REPOSITORY}}/${{env.IMAGE}}/${{matrix.arch}}:latest
# cache-to: type=inline
cache-from: type=registry,ref=${{env.REPOSITORY}}/${{env.IMAGE}}/${{matrix.arch}}:latest
cache-to: type=inline
context: ./${{env.TARGET}}/