atsign-foundation / noports

Connect to any device with no external listening ports open
https://noports.com
BSD 3-Clause "New" or "Revised" License
271 stars 15 forks source link

ci: Automate tagging of latest releases #978

Closed cpswan closed 6 months ago

cpswan commented 6 months ago

Another task from #948

Closes #936

- What I did

Added step to check status of release and tag :latest if it is a 'Latest' release

- How I did it

https://github.com/orgs/community/discussions/64734 lit the way

The key is to keep things within the step where the release status is evaluated, otherwise the passing and evaluation of state become clumsy.

- How to verify it

Check DockerHub tags after the next release

- Description for the changelog

ci: Automate tagging of latest releases