fix(ci):caching
Some checks failed
Build and Push API / build-api (push) Successful in 7m41s
Build and Push Worker / build-worker (push) Successful in 7m46s
Build and Push Dashboard / build-dashboard (push) Failing after 1h57m25s

This commit is contained in:
2026-04-02 11:46:14 +02:00
parent 31fbe0a809
commit d2b5afc7ab
3 changed files with 3 additions and 3 deletions

View File

@@ -50,6 +50,6 @@ jobs:
labels: ${{ steps.meta.outputs.labels }}
provenance: false
cache-from: type=registry,ref=${{ env.REGISTRY }}/${{ env.OWNER }}/openpanel-api:buildcache
cache-to: ${{ github.event_name != 'pull_request' && format('type=registry,ref={0}/{1}/openpanel-api:buildcache,mode=max,image-manifest=true,oci-mediatypes=true', env.REGISTRY, env.OWNER) || '' }}
cache-to: ${{ github.event_name != 'pull_request' && format('type=registry,ref={0}/{1}/openpanel-api:buildcache,mode=min,image-manifest=true,oci-mediatypes=true', env.REGISTRY, env.OWNER) || '' }}
build-args: |-
DATABASE_URL=postgresql://postgres:postgres@localhost:5432/postgres