danvergara / morphos

Self-hosted file converter server
MIT License
750 stars 33 forks source link

Fix the action used to push images, pattern to match tags was wrong #31

Closed danvergara closed 5 months ago

danvergara commented 5 months ago

Fix the action used to push images

Description

The path to match tags was wrong as the only format allowed by Github is the semantic versioning that starts with v. e.g. v[0-9]+.[0-9]+.[0-9]+

I added an script to strip the v and parse a tag for the container image. e.g. v0.1.0 -> 0.1.0

Type of change

Please delete options that are not relevant.

Checklist: