Skip to content

Don't send 0n as gas param #8

Don't send 0n as gas param

Don't send 0n as gas param #8

Re-run triggered December 8, 2024 19:09
Status Failure
Total duration 31s
Artifacts

deploy-api.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

1 error and 1 warning
deploy
Error: Command failed: heroku container:push web --app *** › Warning: heroku update available from 9.5.0 to 9.5.1. #0 building with "default" instance using docker driver #1 [internal] load build definition from Dockerfile #1 transferring dockerfile: 340B done #1 DONE 0.0s #2 [internal] load metadata for docker.io/oven/bun:1 #2 DONE 0.1s #3 [internal] load .dockerignore #3 transferring context: 2B done #3 DONE 0.0s #4 [base 1/2] FROM docker.io/oven/bun:1@sha256:5148f6742ac31fac28e6eab391ab1f11f6dfc0c8512c7a3679b374ec470f5982 #4 DONE 0.0s #5 [base 2/2] WORKDIR /app #5 CACHED #6 [runner 1/3] WORKDIR /app #6 CACHED #7 [internal] load build context #7 transferring context: 519B done #7 DONE 0.0s #8 [deps 1/2] COPY package.json . #8 CACHED #9 [deps 2/2] RUN npm ci #9 0.167 /bin/sh: 1: npm: not found #9 ERROR: process "/bin/sh -c npm ci" did not complete successfully: exit code: 127 ------ > [deps 2/2] RUN npm ci: 0.167 /bin/sh: 1: npm: not found ------ Dockerfile:7 -------------------- 5 | FROM base AS deps 6 | COPY package.json . 7 | >>> RUN npm ci 8 | 9 | # Production image -------------------- ERROR: failed to solve: process "/bin/sh -c npm ci" did not complete successfully: exit code: 127 › Error: docker build exited with Error: 1
deploy
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636