Hello, I have an issue starting a container in the background inside github
actions.
The image for the container was just built by the buildah action and is not
yet pushed.
The idea is to smoke-test the image before pushing to the repository.
What I see is
podman run -d --name=searchd --rm -u 14:0 -p 9306:9306
--platform=linux/amd64 ghcr.io/3scale/searchd:porta
Trying to pull ghcr.io/3scale/searchd:porta...
Error: initializing source docker://ghcr.io/3scale/searchd:porta: reading
manifest
porta in ghcr.io/3scale/searchd: manifest unknown
Error: Process completed with exit code 125.
You can see the full pipeline here:
https://github.com/3scale/searchd/actions/runs/4147557472/jobs/7174577031
Thank you!