docker-publish.yml
on: push
Build and Push Image
1m 23s
Deploy Image
0s
Annotations
1 error
Build and Push Image
buildx failed with: ERROR: failed to solve: process "/bin/sh -c if [ -f yarn.lock ]; then yarn build; elif [ -f package-lock.json ]; then npx prisma generate && npm run build; elif [ -f pnpm-lock.yaml ]; then yarn global add pnpm && pnpx prisma generate && pnpm run build; else echo \"Lockfile not found.\" && exit 1; fi" did not complete successfully: exit code: 1
|