use gha cache instead of registry

This commit is contained in:
Stephan Auerhahn
2022-12-13 18:02:09 -08:00
parent 6c41d7afde
commit 57cf7d2a72
+2 -2
View File
@@ -49,5 +49,5 @@ jobs:
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
cache-from: type=registry,ref=${{ env.REGISTRY }}/${{ inputs.image-name }}:buildcache
cache-to: type=registry,ref=${{ env.REGISTRY }}/${{ inputs.image-name }}:buildcache,mode=max
cache-from: type=gha
cache-to: type=gha,mode=max