Update tfc-ops to 3.5.4 #2
build-and-publish.yml
on: push
Build and Publish
7s
Annotations
1 error
Build and Publish
buildx failed with: ERROR: failed to solve: process "/bin/sh -c cd /tmp && wget -O /tmp/restic.bz2 https://github.com/restic/restic/releases/download/v${restic_ver}/restic_${restic_ver}_linux_amd64.bz2 && bunzip2 /tmp/restic.bz2 && chmod +x /tmp/restic && mv /tmp/restic /usr/local/bin/restic && wget https://github.com/silinternational/tfc-ops/releases/download/v${tfc_ops_ver}/${tfc_ops_distrib} && tar zxf ${tfc_ops_distrib} && rm LICENSE README.md ${tfc_ops_distrib} && mv tfc-ops /usr/local/bin && apk update && apk add --no-cache perl jq curl && rm -rf /var/cache/apk/*" did not complete successfully: exit code: 1
|