Build node images #1
Annotations
1 error and 1 warning
buildx failed with: ERROR: failed to solve: process "/bin/sh -c NODE_MAJOR_VERSION=$(echo $NODE_VERSION | cut -d. -f1) && NODE_MINOR_VERSION=$(echo $NODE_VERSION | cut -d. -f2) && if [ \"$NODE_MAJOR_VERSION\" -lt 18 ]; then if [[ ! \"$YARN_VERSION\" =~ ^1 ]]; then if [[ \"$YARN_VERSION\" =~ ^[0-9]+$ ]]; then YARN_VERSION=\"${YARN_VERSION}.x\"; fi && yarn policies set-version stable && yarn set version $YARN_VERSION; fi && chmod +x ./.yarn/releases/yarn-*.cjs && cp ./.yarn/releases/yarn-*.cjs \"$(which yarn)\"; else corepack enable && corepack prepare \"yarn@${YARN_VERSION}\" --activate; fi && if [[ \"$YARN_VERSION\" =~ ^1 ]]; then yarn config set cache-folder \"$YARN_CACHE_FOLDER\"; else yarn config set --home enableTelemetry 0 && yarn config set --home enableGlobalCache false && yarn config set --home cacheFolder \"$YARN_CACHE_FOLDER\"; fi" did not complete successfully: exit code: 1
|
The following actions use a deprecated Node.js version and will be forced to run on node20: docker/login-action@v2, docker/setup-qemu-action@v2, docker/setup-buildx-action@v2, docker/metadata-action@v4, docker/build-push-action@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
This job succeeded
Loading