release #2
Annotations
1 error and 1 warning
build
buildx failed with: ERROR: failed to solve: process "/bin/sh -c if [ \"$GH_TOKEN\" = \"\" ]; then \t\techo skip push assets to GitHub release \t\t; \telse \t\techo push assets to GitHub release \t\t&& eval $(./bring version) \t\t&& echo \"?\" \"$BRING_VERSION\" \"==\" \"$VERSION_NAME\" \t\t&& [ \"$BRING_VERSION\" = \"$VERSION_NAME\" ] \t\t&& apk add --no-cache \t\t\tcurl \t\t&& curl -sSL \"https://github.com/cli/cli/releases/download/v2.62.0/gh_2.62.0_linux_$TARGETARCH.tar.gz\" -o ./gh.tar.gz \t\t&& tar -xf ./gh.tar.gz \t\t&& mv ./gh_*/bin/gh ./gh \t\t&& BRING_NAME=\"./bring-linux-$TARGETARCH\" \t\t&& cp ./bring \"$BRING_NAME\" \t\t&& ./gh version \t\t&& ./gh auth status \t\t&& ./gh release --repo lesomnus/bring \t\t\tupload \"$VERSION_NAME\" \"$BRING_NAME\" \t\t\t--clobber \t\t&& rm -rf \t\t\t./gh.tar.gz \t\t\t./gh_* \t\t\t./bring-* \t\t; \tfi" did not complete successfully: exit code: 127
|
build
The following actions use a deprecated Node.js version and will be forced to run on node20: docker/login-action@v2, docker/build-push-action@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|