chore(ci): fix dploy pipeline #2
studio-deploy.yml
on: push
Build Docker image
/
...
/
Run tests
1m 40s
Deploy to server
0s
Annotations
1 error
Build Docker image / Build Docker image
buildx failed with: ERROR: failed to solve: process "/bin/sh -c if [ -f yarn.lock ]; then yarn run build; elif [ -f package-lock.json ]; then npm run build; elif [ -f pnpm-lock.yaml ]; then corepack enable pnpm && pnpm run build; else echo \"Lockfile not found.\" && exit 1; fi" did not complete successfully: exit code: 1
|