Skip to content

update NODE version in docker.yml #74

update NODE version in docker.yml

update NODE version in docker.yml #74

Triggered via push August 25, 2024 16:24
Status Failure
Total duration 1m 20s
Artifacts

docker.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

1 error and 1 warning
build
buildx failed with: ERROR: failed to solve: process "/bin/sh -c chown -R node-red:root /usr/src/node-red && apt-get update && apt-get install -y python-dev-is-python3 libcairo2-dev python3.11-venv && python3 -m venv /opt/venv/ && chown -R node-red:node-red /opt/venv && chown -R node-red:node-red /usr/share/fonts/truetype && /opt/venv/bin/python -m pip install --upgrade pip setuptools && rm -r /tmp/*" did not complete successfully: exit code: 100
build
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/