https://hub.docker.com/r/openmicroscopy/omero-web-standalone/tags
|
- name: Get other tags |
|
id: gettags |
|
uses: jupyterhub/action-major-minor-tag-calculator@v2.0.0 |
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
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.0instead of5.14.0-0the Docker Hub tags5.14.0and5.14are created, and5is updated.If the image is later rebuilt and tagged as
5.14.0-1Docker Hub tags5.14.0,5.14and5are updated, but since there was never a5.14.0-0tag the original5.14.0image is lost.This also applies to https://hub.docker.com/r/openmicroscopy/omero-server/tags