paritytech / trappist

Apache License 2.0
81 stars 17 forks source link

Fix docker image tags #332

Closed BulatSaif closed 4 months ago

BulatSaif commented 5 months ago

The last two versions of the Docker image at https://hub.docker.com/r/paritytech/trappist/tags contain incorrect tags:

Current tags: trappist-v1.3.0, trappist-v1.1.0 Expected tags: v1.3.0, v1.1.0

This discrepancy impacts our automation, which detects new versions and notifies us about updates, but it fails to detect custom versioning.

The older releases contained the correct version, such as v1.0.0.

metricaez commented 4 months ago

Done for v1.3.1 and pushing new Docker image with fixed tag.

Will fix tag for previous releases but is Docker image needed ?

BulatSaif commented 4 months ago

https://hub.docker.com/r/paritytech/trappist/tags image

I see trappist-v1.3.1 not v1.3.1

BulatSaif commented 4 months ago

Will fix tag for previous releases but is Docker image needed ?

No need to fix old versions, just future versions

metricaez commented 4 months ago

Done, feel free to close :)