Update Dockerfile #12
build.yml
on: push
Build and Push Docker Image
23s
Annotations
1 error and 1 warning
Build and Push Docker Image
buildx failed with: ERROR: failed to solve: process "/bin/sh -c curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | bash && echo 'export NVM_DIR=\"$HOME/.nvm\"' >> ~/.bashrc && echo '[ -s \"$NVM_DIR/nvm.sh\" ] && \\. \"$NVM_DIR/nvm.sh\"' >> ~/.bashrc && echo 'export NVM_NODEJS_ORG_MIRROR=https://unofficial-builds.nodejs.org/download/release' >> $NVM_DIR/nvm.sh && echo \"nvm_get_arch() { nvm_echo 'x86_64-musl'; }\" >> $NVM_DIR/nvm.sh && . $NVM_DIR/nvm.sh && nvm install 'lts/*' && npm install -g yarn && yarn" did not complete successfully: exit code: 1
|
Build and Push Docker Image
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, docker/setup-buildx-action@v2, docker/login-action@v2, docker/build-push-action@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|