inline cache
Some checks failed
Check / checks (push) Has been cancelled
Release / buildpush (release) Has been cancelled

This commit is contained in:
Gustavo Maronato 2024-03-28 16:54:32 -04:00
parent c5b6cad55b
commit d5f616dbc7
Signed by: maronato
SSH Key Fingerprint: SHA256:2Gw7kwMz/As+2UkR1qQ/qYYhn+WNh3FGv6ozhoRrLcs

View File

@ -78,8 +78,8 @@ jobs:
labels: ${{ steps.meta.outputs.labels }}
# cache-from: type=local,src=/tmp/.buildx-cache
# cache-to: type=local,dest=/tmp/.buildx-cache-new,mode=max
cache-from: type=registry,ref=${{ env.IMAGE_NAME }}:buildcache
cache-to: type=registry,ref=${{ env.IMAGE_NAME }}:buildcache,mode=max
cache-from: type=registry,ref=${{ env.IMAGE_NAME }}:latest
cache-to: type=inline
# - # Temp fix
# # https://github.com/docker/build-push-action/issues/252
# # https://github.com/moby/buildkit/issues/1896