Publish to Docker #123
Annotations
1 error and 8 warnings
buildx failed with: ERROR: failed to solve: process "/bin/sh -c chmod +x /slic3r/get_latest_prusaslicer_release.sh && latestSlic3r=$(/slic3r/get_latest_prusaslicer_release.sh url) && slic3rReleaseName=$(/slic3r/get_latest_prusaslicer_release.sh name) && curl -sSL ${latestSlic3r} > ${slic3rReleaseName} && rm -f /slic3r/releaseInfo.json && mkdir -p /slic3r/slic3r-dist && tar -xjf ${slic3rReleaseName} -C /slic3r/slic3r-dist --strip-components 1 && rm -f /slic3r/${slic3rReleaseName} && rm -rf /var/lib/apt/lists/* && apt-get autoclean && groupadd slic3r && useradd -g slic3r --create-home --home-dir /home/slic3r slic3r && mkdir -p /slic3r && mkdir -p /configs && mkdir -p /prints/ && chown -R slic3r:slic3r /slic3r/ /home/slic3r/ /prints/ /configs/ && locale-gen en_US && mkdir /configs/.local && mkdir -p /configs/.config/ && ln -s /configs/.config/ /home/slic3r/ && mkdir -p /home/slic3r/.config/ && echo \"XDG_DOWNLOAD_DIR=\\\"/prints/\\\"\" >> /home/slic3r/.config/user-dirs.dirs && echo \"file:///prints prints\" >> /home/slic3r/.gtk-bookmarks" did not complete successfully: exit code: 2
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, docker/login-action@v1, docker/build-push-action@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v2, docker/login-action@v1, docker/build-push-action@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
The `save-state` 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/
|
The `save-state` 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/
|
The `save-state` 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/
|
The `save-state` 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/
|
The `save-state` 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/
|
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/
|
This job failed
Loading