canopy: increase web image build timeout to 1200s

Next.js compile alone takes ~6.5min, plus type checking pushes it
over the default 600s timeout.
Anton Kaminsky23d ago77ad6810fbc6parent 5065995
1 file changed+1
.canopy/deploy-hub.yml
@@ -27,6 +27,7 @@
2727
2828 - name: Build web image
2929 image: docker:27-dind
30 timeout: 1200
3031 run: |
3132 docker build \
3233 -f docker/Dockerfile.grove-web \
3334