ci: probar registry cache

This commit is contained in:
Cat /dev/Nulo 2024-01-12 00:27:06 -03:00
parent 6853b6389a
commit e09ed7bedf

View file

@ -81,5 +81,5 @@ jobs:
push: true push: true
tags: ${{ steps.meta.outputs.tags }} tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }} labels: ${{ steps.meta.outputs.labels }}
cache-from: type=gha cache-from: type=registry,ref=${{ env.IMAGE_NAME }}:buildcache
cache-to: type=gha,mode=max cache-to: type=registry,ref=${{ env.IMAGE_NAME }}:buildcache,mode=max