FIX: Rebuild fails when tracked `version` switches from branch to tag
authorGerhard Schlager <gerhard.schlager@discourse.org>
Thu, 13 Apr 2023 10:39:19 +0000 (12:39 +0200)
committerGerhard Schlager <mail@gerhard-schlager.at>
Wed, 19 Apr 2023 13:53:10 +0000 (15:53 +0200)
commitb8f7fdee0bfb0220f3a695fcae6c6e9000d36de9
tree8d40ea78f8018646721c51375fdb3978d37a5582
parent3d317b7f58e8201912972afa3910b6c4b9ad8c75
FIX: Rebuild fails when tracked `version` switches from branch to tag

We are replacing the `beta` branch with a tag of the same name. Rebuilding a container will fail when a user tracks the `beta` version and the base image was built at a time where `beta` was still a branch. This resolves that by pruning tags and branches and forcing an update of tags during the rebuild.
templates/web.template.yml