ps2dev / ps2toolchain

This program will automatically build and install a compiler and other tools used in the creation of homebrew software for the Sony PlayStation® 2 videogame system.
BSD 2-Clause "Simplified" License
236 stars 71 forks source link

Preparing repo for using tag #83

Closed fjtrujy closed 3 years ago

fjtrujy commented 3 years ago

Description

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/ps2toolchain:v1.2.0

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

Additionally, it is also is changing the scripts to perform an installation with this specific tag point.

Thanks