hmmmm
Some checks failed
Build and Push API / build-api (push) Successful in 5m34s
Build and Push Dashboard / build-dashboard (push) Failing after 1h51m24s
Build and Push Worker / build-worker (push) Successful in 5m37s

This commit is contained in:
2026-04-06 22:03:20 +02:00
parent dccdd40cd9
commit 1d895be1f6

View File

@@ -50,4 +50,4 @@ jobs:
labels: ${{ steps.meta.outputs.labels }}
provenance: false
cache-from: type=registry,ref=${{ env.REGISTRY }}/${{ env.OWNER }}/openpanel-dashboard:buildcache
cache-to: ${{ github.event_name != 'pull_request' && format('type=registry,ref={0}/{1}/openpanel-dashboard:buildcache,mode=min,image-manifest=true,oci-mediatypes=true', env.REGISTRY, env.OWNER) || '' }}
cache-to: ${{ github.event_name != 'pull_request' && format('type=registry,ref={0}/{1}/openpanel-dashboard:buildcache,mode=min,image-manifest=true,oci-mediatypes=true,ignore-error=true', env.REGISTRY, env.OWNER) || '' }}