Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Workflow run failed #22

Closed
Potat0000 opened this issue Jan 28, 2023 · 6 comments · Fixed by #23
Closed

Workflow run failed #22

Potat0000 opened this issue Jan 28, 2023 · 6 comments · Fixed by #23

Comments

@Potat0000
Copy link

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.

@lucacome
Copy link
Owner

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.

@lucacome
Copy link
Owner

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

@devzwf
Copy link

devzwf commented Jan 30, 2023

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.

@lucacome
Copy link
Owner

I've just pushed a fix to main, if you can confirm that it fixes your problems I'll cut a new release

@Potat0000
Copy link
Author

Problem has been solved in my situation! Thank you so much!

@devzwf
Copy link

devzwf commented Jan 31, 2023

same here
Thanks a lot

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants