Workflow run failed
Potat0000 opened this issue · 6 comments
With latest v1.2.0, I still face a jq: error (at <stdin>:170): Cannot iterate over null (null)
error.
DEBUG
has been added and could be found at here
Thank you for taking the time to investigate what's going on.
Hi @Potat0000 apparently requesting the "fat manifest" when the container has only one platform results in the API sending whatever it wants.
The PR linked here should fix this.
Well actually the runners have an old version of curl
so the changes in the PR don't work...I'll keep working on this
Just posting error here
Run lucacome/docker-image-update-checker@v1.2.0
Run result=$(base=pihole/pihole:latest image=devzwf/pihole-dot-doh:latest platforms=linux/amd[6](https://github.com/devzwf/pihole-dot-doh/actions/runs/4025251534/jobs/6918236624#step:2:7)4 /home/runner/work/_actions/lucacome/docker-image-update-checker/v1.2.0/docker.sh)
result=$(base=pihole/pihole:latest image=devzwf/pihole-dot-doh:latest platforms=linux/amd64 /home/runner/work/_actions/lucacome/docker-image-update-checker/v1.2.0/docker.sh)
echo "result=${result}" >>$GITHUB_OUTPUT
shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
jq: error (at <stdin>:24[8](https://github.com/devzwf/pihole-dot-doh/actions/runs/4025251534/jobs/6918236624#step:2:9)): Cannot iterate over null (null)
Error: Process completed with exit code 5.
I've just pushed a fix to main, if you can confirm that it fixes your problems I'll cut a new release
Problem has been solved in my situation! Thank you so much!
same here
Thanks a lot