sameersbn / docker-redmine

Docker Image for Redmine
http://www.damagehead.com/docker-redmine/
MIT License
1.26k stars 497 forks source link

Bug: github workflow should only tag "latest" for changes to master branch #548

Open leclou69 opened 7 months ago

leclou69 commented 7 months ago

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

jcormier commented 7 months ago

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.

jcormier commented 3 months ago

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.