Open NicolasCARPi opened 2 weeks ago
Hi @NicolasCARPi I did this today.
The way it works is:
latest
latest-syc-base
is also published, with the /syc/
backend settings.prod
tagged image.
syc-base
versions are also includedlatest
: latest masterprod
: latest releaseIn this repository, for the image that combines both frontend and backend, it's similar but I will still trigger the releases by hand, just to make sure that both frontend and backend are in sync with each other, so you can use latest
and prod
as before, as well as the release tag. Also, the release contains info of the release tags of backend and frontend.
A bit confusing admittedly but I think the tags in docker-hub are self-explaining:
https://hub.docker.com/repository/docker/manulera/shareyourcloning/tags
You can also access the version in the app now:
https://shareyourcloning.org/ At about > App version
And in the API:
Currently the Action can only be manually triggered. It would be best to automatically publish a
:latest
on all commits tomaster
and tagged versions when you publish tags/releases (+ optionally astable
tag for the stable releases).