this SHOULD work #60
docker-publish.yml
on: push
Build and Push Image
1m 48s
Deploy Image
0s
Annotations
1 error
Build and Push Image
buildx failed with: ERROR: failed to solve: process "/bin/sh -c export EDGE_STORE_ACCESS_KEY=$(cat /run/secrets/EDGE_STORE_ACCESS_KEY) && export EDGE_STORE_SECRET_KEY=$(cat /run/secrets/EDGE_STORE_SECRET_KEY) && 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
|