You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
only creates higher-level tags, so if this repository is tagged with 5.14.0 instead of 5.14.0-0 the Docker Hub tags 5.14.0 and 5.14 are created, and 5 is updated.
If the image is later rebuilt and tagged as 5.14.0-1 Docker Hub tags 5.14.0, 5.14 and 5 are updated, but since there was never a 5.14.0-0 tag the original 5.14.0 image is lost.
No, I think this is best handled when the GitHub *-docker repository is tagged. Extrapolating a release tag of 5.14.0 to 5.14.0-0 is doable, but since rebuilds of the Docker image will need a -1, -2, ... etc GitHub tag anyway it seems more consistent to start with a -0 GitHub tag.
https://hub.docker.com/r/openmicroscopy/omero-web-standalone/tags
omero-web-docker/.github/workflows/main.yml
Lines 58 to 60 in 1271c72
only creates higher-level tags, so if this repository is tagged with
5.14.0
instead of5.14.0-0
the Docker Hub tags5.14.0
and5.14
are created, and5
is updated.If the image is later rebuilt and tagged as
5.14.0-1
Docker Hub tags5.14.0
,5.14
and5
are updated, but since there was never a5.14.0-0
tag the original5.14.0
image is lost.This also applies to https://hub.docker.com/r/openmicroscopy/omero-server/tags
The text was updated successfully, but these errors were encountered: