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

latest container tag unavailable #47

Open
ShadowLNC opened this issue Jul 14, 2024 · 0 comments
Open

latest container tag unavailable #47

ShadowLNC opened this issue Jul 14, 2024 · 0 comments

Comments

@ShadowLNC
Copy link

ShadowLNC commented Jul 14, 2024

Per the readme, I tried the following

docker run --rm -it -p 80:8080 ghcr.io/psf/httpbin

But I get the following output:

Unable to find image 'ghcr.io/psf/httpbin:latest' locally
docker: Error response from daemon: manifest unknown.
See 'docker run --help'.

If I give it a specific version, it works:

docker run --rm -it -p 80:8080 ghcr.io/psf/httpbin:0.10.2

I can see that latest is tagged in the GitHub Workflow during the docker build command with -t "ghcr.io/${GITHUB_REPOSITORY}:latest" but it doesn't appear to ever be pushed, only the release tags are listed in docker push.

@ShadowLNC ShadowLNC changed the title latest tag unavailable latest container tag unavailable Jul 14, 2024
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

No branches or pull requests

1 participant