conjure icon indicating copy to clipboard operation
conjure copied to clipboard

ghcr.io docker images are always last release (2.3.0)

Open ChrisJefferson opened this issue 2 years ago • 1 comments

Notice how the ghcr "master" image is the last release of conjure (from 2019).

caj/ $ docker run ghcr.io/conjure-cp/conjure:master conjure --version
Conjure: The Automated Constraint Modelling Tool
Release version 2.3.0
Repository version 08dc983cf (2019-06-23 17:51:50 +0300)

This is (I guess) because the docker image is hard wired to 2.3.0, even though the ghcr image is rebuilt for master, and branches.

Could it be changed so master gives the current master branch?

@ZachNewbery

ChrisJefferson avatar Jun 10 '22 20:06 ChrisJefferson

I think we need to do something like described here: https://github.com/docker/build-push-action/issues/276

I started doing this (I made the necessary change to the dockerfile) and accidentally pushed it to master (woops!), including breaking the github action. I've undone the change -- but we need to make the change described in that issue to get master commits.

ChrisJefferson avatar Jun 10 '22 20:06 ChrisJefferson

this is fixed

ozgurakgun avatar Nov 12 '23 22:11 ozgurakgun