chore: release master (#376) #319
Annotations
3 errors, 2 warnings, and 7 notices
Release
#0 building with "default" instance using docker driver
#1 [internal] load build definition from Dockerfile
#1 transferring dockerfile: 661B done
#1 DONE 0.0s
#2 [internal] load .dockerignore
#2 transferring context: 130B done
#2 DONE 0.0s
#3 [internal] load metadata for docker.io/library/node:18-alpine
#3 DONE 0.0s
#4 [1/7] FROM docker.io/library/node:18-alpine
#4 CACHED
#5 [internal] load build context
#5 ...
#6 [2/7] RUN mkdir -p /usr/src/project
#6 DONE 0.3s
#7 [3/7] WORKDIR /usr/src/project/
#7 DONE 0.0s
#5 [internal] load build context
#5 transferring context: 70.35MB 0.6s done
#5 DONE 0.6s
#8 [4/7] COPY . .
#8 DONE 0.4s
#9 [5/7] RUN rm -rf ./node-modules && npm ci && npm run build && touch packages/server-core/.env && touch packages/server-realtime/.env && touch packages/server-analysis-manager/.env && touch packages/client-ui/.env
#9 6.747 npm warn deprecated [email protected]: Use `change-case`
#9 7.017 npm warn deprecated [email protected]: Use `change-case`
#9 28.21
#9 28.21 > @privateaim/[email protected] prepare
#9 28.21 > husky install
#9 28.21
#9 28.27 install command is deprecated
#9 28.27 git command not found
#9 28.30 added 1952 packages, and audited 1969 packages in 28s
#9 28.30
#9 28.30 332 packages are looking for funding
#9 28.30 run `npm fund` for details
#9 28.31
#9 28.31 found 0 vulnerabilities
#9 28.31 npm notice
#9 28.31 npm notice New minor version of npm available! 10.7.0 -> 10.8.1
#9 28.31 npm notice Changelog: https://github.com/npm/cli/releases/tag/v10.8.1
#9 28.31 npm notice To update run: npm install -g [email protected]
#9 28.31 npm notice
#9 28.51
#9 28.51 > @privateaim/[email protected] build
#9 28.51 > npx nx run-many -t build
#9 28.51
#9 29.49
#9 29.49 NX Running target build for 15 projects:
#9 29.49
#9 29.49 - @privateaim/server-analysis-manager-kit
#9 29.49 - @privateaim/server-analysis-manager
#9 29.49 - @privateaim/server-realtime-kit
#9 29.49 - @privateaim/core-realtime-kit
#9 29.49 - @privateaim/server-http-kit
#9 29.49 - @privateaim/server-realtime
#9 29.49 - @privateaim/server-storage
#9 29.49 - @privateaim/core-http-kit
#9 29.49 - @personalhealthtrain/server-core
#9 29.49 - @privateaim/storage-kit
#9 29.49 - @privateaim/client-vue
#9 29.49 - @privateaim/server-kit
#9 29.49 - @privateaim/client-ui
#9 29.49 - @privateaim/core
#9 29.49 - @privateaim/kit
#9 29.49
#9 29.49
#9 32.38
#9 32.38 > nx run @privateaim/kit:build
#9 32.38
#9 32.38
#9 32.38 > @privateaim/[email protected] build
#9 32.38 > rimraf ./dist && cross-env NODE_ENV=production npm run build:js && npm run build:types
#9 32.38
#9 32.38
#9 32.38 > @privateaim/[email protected] build:js
#9 32.38 > rollup -c
#9 32.38
#9 32.38
#9 32.38 src/index.ts → ./dist/index.cjs, ./dist/index.mjs...
#9 32.38 created ./dist/index.cjs, ./dist/index.mjs in 116ms
#9 32.38
#9 32.38 > @privateaim/[email protected] build:types
#9 32.38 > tsc --emitDeclarationOnly -p tsconfig.build.json
#9 32.38
#9 36.65
#9 36.65 > nx run @privateaim/core:build
#9 36.65
#9 36.65
#9 36.65 > @privateaim/[email protected] build
#9 36.65 > rimraf ./dist && cross-env NODE_ENV=production npm run build:js && npm run build:types
#9 36.65
#9 36.65
#9 36.65 > @privateaim/[email protected] build:js
#9 36.65 > rollup -c
#9 36.65
#9 36.65
#9 36.65 src/index.ts → ./dist/index.cjs, ./dist/index.mjs...
#9 36.65 created ./dist/index.cjs, ./dist/index.mjs in 258ms
#9 36.65
#9 36.65 > @privateaim/[email protected] build:types
#9 36.65 > tsc --emitDeclarationOnly -p tsconfig.build.json
#9 36.65
#9 37.11
#9 37.11 > nx run @privateaim/storage-kit:build
#9 37.11
#9 37.11
#9 37.11 > @privateaim/[email protected] build
#9 37.11 > rimraf ./dist && cross-env NODE_ENV=production npm run build:js && npm run build:types
#9 37.11
#9 37.11
#9 37.11 > @privateaim/[email protected] build:js
#9 37.11 > rollup -c
#9 37.11
#9 37.11
#9 37.11 src/index.ts → ./dist/index.cjs, ./dist/index.mjs...
#9 37.11 created ./dist/index.cjs, ./dist/index.m
|
Release
Error: Command failed: docker tag e2f0bfbd9de98acd4941a1842e4bc55f ghcr.io/privateaim/hub:..
Error parsing reference: "ghcr.io/privateaim/hub:.." is not a valid repository/tag: invalid reference format
|
Release
Docker command tag e2f0bfbd9de98acd4941a1842e4bc55f ghcr.io/privateaim/hub:.. execution failed.
|
Release
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Release
google-github-actions/release-please-action is deprecated, please use googleapis/release-please-action instead.
|
Release
Building image: e2f0bfbd9de98acd4941a1842e4bc55f
|
Release
Built image
|
Release
Tagging image e2f0bfbd9de98acd4941a1842e4bc55f with ghcr.io/privateaim/hub:latest
|
Release
Tagged image
|
Release
Pushing image: ghcr.io/privateaim/hub:latest
|
Release
Pushed image
|
Release
Tagging image e2f0bfbd9de98acd4941a1842e4bc55f with ghcr.io/privateaim/hub:..
|