Skip to content

Release to Docker Hub #2

Release to Docker Hub

Release to Docker Hub #2

Triggered via release November 17, 2023 17:51
Status Failure
Total duration 31s
Artifacts
Release to Docker Hub
22s
Release to Docker Hub
Fit to window
Zoom out
Zoom in

Annotations

1 error and 1 warning
Release to Docker Hub
buildx failed with: ERROR: failed to solve: process "/bin/sh -c mach=$(uname -m) && case $mach in aarch64) arch=\"aarch64-linux-gnu\"; ;; x86_64) arch=\"x86_64-linux-gnu\"; ;; *) echo \"ERROR: Machine type $mach not supported.\"; ;; esac && wget https://github.com/dashpay/dash/releases/download/v${TAG}/dashcore-${TAG}-$arch.tar.gz -P /tmp && tar -xvf /tmp/dashcore-*.tar.gz -C /tmp/ && cp /tmp/dashcore*/bin/* /usr/local/bin && rm -rf /tmp/dashcore* && chmod a+x /usr/local/bin/*" did not complete successfully: exit code: 8
Release to Docker Hub
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/