transfer.sh
transfer.sh copied to clipboard
Support Docker major / minor version tags
The tags for the docker image are not following major/minor tagging:
https://hub.docker.com/r/dutchcoders/transfer.sh/tags
Latest release is v1.6.1
- Tag
1should be set to tag 1.6.1 - Tag
1.6should be set to tag 1.6.1 - Tag
1.5should be set to tag 1.5.0
Optionally also support latest-release or something similar
i'm find adding this tag and keeping them updated. thank you, @ramonsmits , very much for spotting out this! :)
can you file a PR to update the github workflow?
https://github.com/dutchcoders/transfer.sh/blob/main/.github/workflows/build-docker-images.yml
much appreciated!