mirror of
https://github.com/dutchcoders/transfer.sh.git
synced 2026-02-03 14:13:26 +00:00
Support Docker major / minor version tags #7
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ramonsmits on GitHub.
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
1should be set to tag 1.6.11.6should be set to tag 1.6.11.5should be set to tag 1.5.0Optionally also support
latest-releaseor something similar@paolafrancesca commented on GitHub:
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!