ps2dev / gsKit

gsKit is a C interface to the PS2 Graphics Synthesizer
Other
103 stars 27 forks source link

Improve docker tagging #43

Closed fjtrujy closed 3 years ago

fjtrujy commented 3 years ago

This PR will automatically create a specific docker tag, if a git tag is created in the repo if the tag starts by v. So for instance, if we create a tag in the repo as v1.2.0 this will create a new docker layer image named ps2dev/gskit:v1.2.0

If not, as usual, every single change will create a tag named ps2dev/gskit:latest

Thanks