-
-
Notifications
You must be signed in to change notification settings - Fork 700
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 Datasette tags missing from Docker Hub #1281
Comments
Here's the diff between |
https://github.com/simonw/datasette/runs/1763835467?check_suite_focus=true for Datasette 0.54 worked, and the output included this:
Here's that same section of output from the 0.56 release:
The difference here is the "Using default tag: latest" bit. |
https://docs.docker.com/engine/reference/commandline/push/#push-all-tags-of-an-image
|
I'm going to attempt to fix this manually for the 0.56 release, by building and tagging it by hand and then pushing the 0.56 tag to Docker Hub. |
I'm going to build a new GitHub Actions workflow for this that lets me manually specify a tag to build and push as a Docker image. |
Got this error:
|
Spotted this while testing #1249 (comment)_
https://hub.docker.com/r/datasetteproject/datasette/tags?page=1&ordering=last_updated isn't showing the tags for any version more recent than 0.54.1 - we are up to 0.56 now.
But the
:latest
tag is for the new 0.56 release.The text was updated successfully, but these errors were encountered: