Skip to content

Merge pull request #205 from ninoseki/renew-dockerfile #42

Merge pull request #205 from ninoseki/renew-dockerfile

Merge pull request #205 from ninoseki/renew-dockerfile #42

Triggered via push February 4, 2024 11:18
Status Failure
Total duration 5m 56s
Artifacts

deploy.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

1 error and 1 warning
build
Error: Command failed: git push heroku HEAD:refs/heads/main --force remote: Updated 251 paths from 9e199b8 remote: Compressing source files... done. remote: Building source: remote: Waiting on build... remote: === Fetching app code remote: remote: === Building web (Dockerfile) remote: remote: Sending build context to Docker daemon 18.15MB remote: remote: remote: Step 1/28 : FROM node:20-alpine3.18 as frontend remote: 20-alpine3.18: Pulling from library/node remote: 619be1103602: Pulling fs layer remote: e64139c3b250: Pulling fs layer remote: 0c126adebcf6: Pulling fs layer remote: e425382b59fb: Pulling fs layer remote: e425382b59fb: Waiting remote: 0c126adebcf6: Download complete remote: 619be1103602: Verifying Checksum remote: 619be1103602: Download complete remote: e425382b59fb: Verifying Checksum remote: e425382b59fb: Download complete remote: 619be1103602: Pull complete remote: e64139c3b250: Verifying Checksum remote: e64139c3b250: Download complete remote: e64139c3b250: Pull complete remote: 0c126adebcf6: Pull complete remote: e425382b59fb: Pull complete remote: Digest: sha256:3aae0ea51b2952660b4b65988963b78b269cf84cc7f36f208462601a12e1531a remote: Status: Downloaded newer image for node:20-alpine3.18 remote: ---> f2320cfae8b0 remote: Step 2/28 : WORKDIR /usr/src/app remote: ---> Running in 334a7d825bb3 remote: Removing intermediate container 334a7d825bb3 remote: ---> 2be4410b8a70 remote: Step 3/28 : COPY ./frontend ./frontend remote: ---> 7953028fbbbc remote: Step 4/28 : WORKDIR /usr/src/app/frontend remote: ---> Running in fecc39188cb0 remote: Removing intermediate container fecc39188cb0 remote: ---> 3628c49a317b remote: Step 5/28 : RUN npm install && npm run build && rm -rf node_modules remote: ---> Running in ff1f1365100a remote: npm WARN deprecated @types/[email protected]: This is a stub types definition. js-base64 provides its own type definitions, so you do not need this installed. remote: npm notice remote: npm notice New minor version of npm available! 10.2.4 -> 10.4.0 remote: npm notice Changelog: <https://github.com/npm/cli/releases/tag/v10.4.0> remote: npm notice Run `npm install -g [email protected]` to update! remote: npm notice remote: remote: added 497 packages, and audited 498 packages in 18s remote: remote: 138 packages are looking for funding remote: run `npm fund` for details remote: remote: found 0 vulnerabilities remote: remote: > [email protected] build remote: > run-p type-check "build-only {@}" -- remote: remote: remote: > [email protected] build-only remote: > vite build remote: remote: remote: > [email protected] type-check remote: > vue-tsc --build --force remote: remote: vite v5.0.12 building for production... remote: transforming... remote: ✓ 886 modules transformed. remote: rendering chunks... remote: computing gzip size... remote: dist/index.html 0.73 kB │ gzip: 0.43 kB remote: dist/assets/index-uwlV7nV8.css 553.85 kB │ gzip: 56.35 kB remote: dist/assets/index-_d1Q__Fp.js 492.67 kB │ gzip: 167.11 kB remote: ✓ built in 30.08s remote: Removing intermediate container ff1f1365100a remote: ---> cba369e99da1 remote: Step 6/28 : FROM python:3.11-slim-bookworm as backend remote: 3.11-slim-bookworm: Pulling from library/python remote: c57ee5000d61: Pulling fs layer remote: be0f2e005f57: Pulling fs layer remote: eab129fe7d73: Pulling fs layer remote: dd24933c9a93: Pulling fs layer remote: 3fcbdacf3969: Pulling fs layer remote: 3fcbdacf3969: Wait
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: akhileshns/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.