docker-redmine
docker-redmine copied to clipboard
Bug: github workflow should only tag "latest" for changes to master branch
Hi there,
using redmine via docker compose.
When I pull sameersbn/redmine:latest, it seems that version 5.0.7 is pulled.
Starting the upgrade from 5.1.1-4 via docker compose up -d the log tells me
Cannot downgrade from Redmine version 5.1.1 to 5.0.7
Switching to tag 5.1.1-5 everything works like a charm.
Should be checked, I guess.
Sincerely Markus
Huh well, that sucks. I expected the github workflow to only tag the latest for changes to the master branch... I wonder if there is anyone who understands how to fix that...
In the meantime, I've manually kicked off a fresh build of the master branch. Latest should be all set.
Just pushed changes to the 4.2-stable branch and again latest got updated. So this is not fixed...
manually kicked off a fresh build of the master branch. Latest should be all set.