Fix sd install (#44) #123
docker.yml
on: push
Build Docker images and Push to GitHub Container-Registry
2m 54s
Annotations
1 error
Build Docker images and Push to GitHub Container-Registry
buildx failed with: ERROR: failed to solve: process "/bin/sh -c VERSION=\"`curl -fsSL -H 'Accept: application/vnd.github.v3+json' https://api.github.com/repos/XAMPPRocky/tokei/releases | jq --raw-output '[.[] | select(.prerelease == false)] | .[0].tag_name'`\" && URL=\"https://raw.githubusercontent.com/XAMPPRocky/tokei/${VERSION}/LICENCE-MIT\" && mkdir -p /usr/local/share/tokei && curl -fsSL --output /usr/local/share/tokei/LICENSE \"${URL}\" && URL=\"`curl -fsSL -H 'Accept: application/vnd.github.v3+json' https://api.github.com/repos/XAMPPRocky/tokei/releases | jq --raw-output \\\"[.[] | select(.prerelease == false)] | .[] | select(.tag_name == \\\\\\\"${VERSION}\\\\\\\") | .assets | .[] | .browser_download_url | select(test(\\\\\\\"x86_64-unknown-linux-gnu\\\\\\\\\\\\.tar\\\\\\\\\\\\.gz\\$\\\\\\\"))\\\"`\" && curl -fsSL --output tmp.tar.gz \"${URL}\" && tar -C /usr/local/share/tokei -xvf tmp.tar.gz && ln -sf /usr/local/share/tokei/tokei /usr/local/bin/tokei && rm -f tmp.tar.gz" did not complete successfully: exit code: 3
|