Update Dockerfile #14
Annotations
1 error and 2 warnings
build
Somthing went wrong building your image. Error: Command failed: (cd .; docker build . --file Dockerfile --tag registry.heroku.com/***/web)
#0 building with "default" instance using docker driver
#1 [internal] load build definition from Dockerfile
#1 transferring dockerfile: 382B done
#1 DONE 0.0s
#2 [internal] load .dockerignore
#2 transferring context: 216B done
#2 DONE 0.0s
#3 [internal] load metadata for docker.io/library/node:20-alpine
#3 DONE 0.0s
#4 [1/9] FROM docker.io/library/node:20-alpine
#4 DONE 0.0s
#5 [internal] load build context
#5 transferring context: 3.74MB 0.0s done
#5 DONE 0.0s
#6 [2/9] WORKDIR /app
#6 DONE 0.1s
#7 [3/9] COPY package.json ./
#7 DONE 0.0s
#8 [4/9] COPY pnpm-lock.yaml ./
#8 DONE 0.0s
#9 [5/9] RUN npm i -g pnpm
#9 6.890
#9 6.890 added 1 package in 2s
#9 6.891
#9 6.891 1 package is looking for funding
#9 6.891 run `npm fund` for details
#9 6.892 npm notice
#9 6.892 npm notice New patch version of npm available! 10.2.3 -> 10.2.5
#9 6.892 npm notice Changelog: <https://github.com/npm/cli/releases/tag/v10.2.5>
#9 6.892 npm notice Run `npm install -g [email protected]` to update!
#9 6.892 npm notice
#9 DONE 7.0s
#10 [6/9] RUN pnpm i
#10 0.875 Lockfile is up to date, resolution step is skipped
#10 0.944 Progress: resolved 1, reused 0, downloaded 0, added 0
#10 1.071 Packages: +377
#10 1.071 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
#10 1.619 ERR_PNPM_FETCH_401 GET https://npm.pkg.github.com/download/@theofficialurban/svelte-utils/1.2.0/8df10dee4006f3685e4b6cddd2982519767284db: Unauthorized - 401
#10 1.619
#10 1.619 No authorization header was set for the request.
#10 1.619
#10 1.619 No authorization settings were found in the configs.
#10 1.619 Try to log in to the registry by running "pnpm login"
#10 1.619 or add the auth tokens manually to the ~/.npmrc file.
#10 ERROR: process "/bin/sh -c pnpm i" did not complete successfully: exit code: 1
------
> [6/9] RUN pnpm i:
0.944 Progress: resolved 1, reused 0, downloaded 0, added 0
1.071 Packages: +377
1.071 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
1.619 ERR_PNPM_FETCH_401 GET https://npm.pkg.github.com/download/@theofficialurban/svelte-utils/1.2.0/8df10dee4006f3685e4b6cddd2982519767284db: Unauthorized - 401
1.619
1.619 No authorization header was set for the request.
1.619
1.619 No authorization settings were found in the configs.
1.619 Try to log in to the registry by running "pnpm login"
1.619 or add the auth tokens manually to the ~/.npmrc file.
------
Dockerfile:10
--------------------
8 | ENV PUBLIC_PROJECT='657df22a1439a12f822a'
9 | RUN npm i -g pnpm
10 | >>> RUN pnpm i
11 | COPY . ./
12 | RUN pnpm run build
--------------------
ERROR: failed to solve: process "/bin/sh -c pnpm i" did not complete successfully: exit code: 1
|
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, jctaveras/[email protected]. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
build
Unexpected input(s) 'options', valid inputs are ['email', 'api_key', 'app_name', 'dockerfile']
|