Fix Node install & adopt fork GHA and readme #1
Annotations
1 error and 2 warnings
buildx failed with: ERROR: failed to solve: process "/bin/sh -c set -eux; osType=\"$(sed -n 's|^ID=||p' /etc/os-release)\"; export GNUPGHOME=\"$(mktemp -d)\"; [ \"${osType}\" = \"alpine\" ] && apk add --no-cache --virtual .gosu-deps gnupg || :; for keyserver in $(shuf -e keyserver.ubuntu.com keys.openpgp.org keys.mailvelope.com); do gpg --batch --no-tty --keyserver \"${keyserver}\" --recv-keys \"B42F6819007F00F88E364FD4036A9C25BF357DD4\" && break || :; done; curl -sSL -o /usr/local/bin/gosu \"https://github.com/tianon/gosu/releases/download/${GOSU_VERSION}/gosu-${TARGETARCH}\"; chmod +x /usr/local/bin/gosu; curl -sSL \"https://github.com/tianon/gosu/releases/download/${GOSU_VERSION}/gosu-${TARGETARCH}.asc\" | gpg --batch --verify - /usr/local/bin/gosu; command -v gpgconf && gpgconf --kill all || :; rm -rf \"${GNUPGHOME}\"; unset -v GNUPGHOME; [ \"${osType}\" = \"alpine\" ] && apk del --no-network .gosu-deps || :;" did not complete successfully: exit code: 127
|
Unexpected input(s) 'visibility', valid inputs are ['add-hosts', 'allow', 'annotations', 'attests', 'build-args', 'build-contexts', 'builder', 'cache-from', 'cache-to', 'cgroup-parent', 'context', 'file', 'labels', 'load', 'network', 'no-cache', 'no-cache-filters', 'outputs', 'platforms', 'provenance', 'pull', 'push', 'sbom', 'secrets', 'secret-envs', 'secret-files', 'shm-size', 'ssh', 'tags', 'target', 'ulimit', 'github-token']
|
Unexpected input(s) 'visibility', valid inputs are ['add-hosts', 'allow', 'annotations', 'attests', 'build-args', 'build-contexts', 'builder', 'cache-from', 'cache-to', 'cgroup-parent', 'context', 'file', 'labels', 'load', 'network', 'no-cache', 'no-cache-filters', 'outputs', 'platforms', 'provenance', 'pull', 'push', 'sbom', 'secrets', 'secret-envs', 'secret-files', 'shm-size', 'ssh', 'tags', 'target', 'ulimit', 'github-token']
|
This job failed
Loading