diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f56be28..05705f8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -46,5 +46,5 @@ jobs: platforms: linux/amd64,linux/arm64 tags: ${{ steps.metadata.outputs.tags }} labels: ${{ steps.metadata.outputs.labels }} - cache-from: type=gha - cache-to: type=gha,mode=max + cache-from: type=registry,ref=ghcr.io/${{ github.repository_owner }}/sti:cache + cache-to: type=registry,ref=ghcr.io/${{ github.repository_owner }}/sti:cache