Skip to content

forgot to remove this #160

forgot to remove this

forgot to remove this #160

Triggered via push June 28, 2024 13:47
Status Failure
Total duration 1m 17s
Artifacts

ci.yaml

on: push
Discover Add-ons
2s
Discover Add-ons
Matrix: Gather add-on information
Matrix: build_main_or_pr
Matrix: Hadolint
Matrix: JSON Lint
Matrix: Prettier
Matrix: Shellcheck
Matrix: YAMLLint
Create and Push Docker Manifest (main)
0s
Create and Push Docker Manifest (main)
update_config_main_or_pr
0s
update_config_main_or_pr
Matrix: build_other_branches
Create and Push Docker Manifest (branch)
0s
Create and Push Docker Manifest (branch)
update_config_other_branches
0s
update_config_other_branches
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 20 warnings
Build aarch64 (Other Branches)
buildx failed with: ERROR: failed to solve: process "/bin/bash -o pipefail -c case ${TARGETPLATFORM} in \"linux/amd64\") wget --quiet https://github.com/tsl0922/ttyd/releases/download/1.6.3/ttyd.x86_64 -O /usr/local/bin/ttyd ;; \"linux/arm64\") wget --quiet https://github.com/tsl0922/ttyd/releases/download/1.6.3/ttyd.aarch64 -O /usr/local/bin/ttyd ;; \"linux/arm/v7\") wget --quiet https://github.com/tsl0922/ttyd/releases/download/1.6.3/ttyd.armhf -O /usr/local/bin/ttyd ;; \"linux/386\") wget --quiet https://github.com/tsl0922/ttyd/releases/download/1.6.3/ttyd.i386 -O /usr/local/bin/ttyd ;; *) echo \"Unsupported platform: ${TARGETPLATFORM}\" ; exit 1 ;; esac && chmod +x /usr/local/bin/ttyd" did not complete successfully: exit code: 1
Build armv7 (Other Branches)
buildx failed with: ERROR: failed to solve: process "/bin/bash -o pipefail -c case ${TARGETPLATFORM} in \"linux/amd64\") wget --quiet https://github.com/tsl0922/ttyd/releases/download/1.6.3/ttyd.x86_64 -O /usr/local/bin/ttyd ;; \"linux/arm64\") wget --quiet https://github.com/tsl0922/ttyd/releases/download/1.6.3/ttyd.aarch64 -O /usr/local/bin/ttyd ;; \"linux/arm/v7\") wget --quiet https://github.com/tsl0922/ttyd/releases/download/1.6.3/ttyd.armhf -O /usr/local/bin/ttyd ;; \"linux/386\") wget --quiet https://github.com/tsl0922/ttyd/releases/download/1.6.3/ttyd.i386 -O /usr/local/bin/ttyd ;; *) echo \"Unsupported platform: ${TARGETPLATFORM}\" ; exit 1 ;; esac && chmod +x /usr/local/bin/ttyd" did not complete successfully: exit code: 1
Build armhf (Other Branches)
buildx failed with: ERROR: failed to solve: process "/bin/bash -o pipefail -c case ${TARGETPLATFORM} in \"linux/amd64\") wget --quiet https://github.com/tsl0922/ttyd/releases/download/1.6.3/ttyd.x86_64 -O /usr/local/bin/ttyd ;; \"linux/arm64\") wget --quiet https://github.com/tsl0922/ttyd/releases/download/1.6.3/ttyd.aarch64 -O /usr/local/bin/ttyd ;; \"linux/arm/v7\") wget --quiet https://github.com/tsl0922/ttyd/releases/download/1.6.3/ttyd.armhf -O /usr/local/bin/ttyd ;; \"linux/386\") wget --quiet https://github.com/tsl0922/ttyd/releases/download/1.6.3/ttyd.i386 -O /usr/local/bin/ttyd ;; *) echo \"Unsupported platform: ${TARGETPLATFORM}\" ; exit 1 ;; esac && chmod +x /usr/local/bin/ttyd" did not complete successfully: exit code: 1
Build amd64 (Other Branches)
buildx failed with: ERROR: failed to solve: process "/bin/bash -o pipefail -c case ${TARGETPLATFORM} in \"linux/amd64\") wget --quiet https://github.com/tsl0922/ttyd/releases/download/1.6.3/ttyd.x86_64 -O /usr/local/bin/ttyd ;; \"linux/arm64\") wget --quiet https://github.com/tsl0922/ttyd/releases/download/1.6.3/ttyd.aarch64 -O /usr/local/bin/ttyd ;; \"linux/arm/v7\") wget --quiet https://github.com/tsl0922/ttyd/releases/download/1.6.3/ttyd.armhf -O /usr/local/bin/ttyd ;; \"linux/386\") wget --quiet https://github.com/tsl0922/ttyd/releases/download/1.6.3/ttyd.i386 -O /usr/local/bin/ttyd ;; *) echo \"Unsupported platform: ${TARGETPLATFORM}\" ; exit 1 ;; esac && chmod +x /usr/local/bin/ttyd" did not complete successfully: exit code: 1
Build i386 (Other Branches)
buildx failed with: ERROR: failed to solve: process "/bin/bash -o pipefail -c case ${TARGETPLATFORM} in \"linux/amd64\") wget --quiet https://github.com/tsl0922/ttyd/releases/download/1.6.3/ttyd.x86_64 -O /usr/local/bin/ttyd ;; \"linux/arm64\") wget --quiet https://github.com/tsl0922/ttyd/releases/download/1.6.3/ttyd.aarch64 -O /usr/local/bin/ttyd ;; \"linux/arm/v7\") wget --quiet https://github.com/tsl0922/ttyd/releases/download/1.6.3/ttyd.armhf -O /usr/local/bin/ttyd ;; \"linux/386\") wget --quiet https://github.com/tsl0922/ttyd/releases/download/1.6.3/ttyd.i386 -O /usr/local/bin/ttyd ;; *) echo \"Unsupported platform: ${TARGETPLATFORM}\" ; exit 1 ;; esac && chmod +x /usr/local/bin/ttyd" did not complete successfully: exit code: 1
Build aarch64 (Other Branches)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, docker/login-action@v2, docker/build-push-action@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Build aarch64 (Other Branches)
The following actions uses node12 which is deprecated and will be forced to run on node16: 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/
Build aarch64 (Other Branches)
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/
Build aarch64 (Other Branches)
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/
Build armv7 (Other Branches)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, docker/login-action@v2, docker/build-push-action@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Build armv7 (Other Branches)
The following actions uses node12 which is deprecated and will be forced to run on node16: 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/
Build armv7 (Other Branches)
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/
Build armv7 (Other Branches)
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/
Build armhf (Other Branches)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, docker/login-action@v2, docker/build-push-action@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Build armhf (Other Branches)
The following actions uses node12 which is deprecated and will be forced to run on node16: 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/
Build armhf (Other Branches)
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/
Build armhf (Other Branches)
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/
Build amd64 (Other Branches)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, docker/login-action@v2, docker/build-push-action@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Build amd64 (Other Branches)
The following actions uses node12 which is deprecated and will be forced to run on node16: 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/
Build amd64 (Other Branches)
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/
Build amd64 (Other Branches)
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/
Build i386 (Other Branches)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, docker/login-action@v2, docker/build-push-action@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Build i386 (Other Branches)
The following actions uses node12 which is deprecated and will be forced to run on node16: 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/
Build i386 (Other Branches)
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/
Build i386 (Other Branches)
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/