Skip to content

Docker Hub is missing the -0 suffix on the first image for a tag #71

Open
@manics

Description

@manics

https://hub.docker.com/r/openmicroscopy/omero-web-standalone/tags

- name: Get other tags
id: gettags
uses: jupyterhub/[email protected]

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.

This also applies to https://hub.docker.com/r/openmicroscopy/omero-server/tags

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions