fix(ci):consolidate dashboard build workflow changes
Some checks failed
Build and Push API / build-api (push) Successful in 5m56s
Build and Push Dashboard / build-dashboard (push) Successful in 14m37s
Build and Push Worker / build-worker (push) Failing after 4m50s

This commit is contained in:
2026-04-08 16:53:17 +02:00
parent 31fbe0a809
commit 58414f1035
5 changed files with 25 additions and 283 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