Open Ocramius opened 4 years ago
How do you suggest making this happen? Cloning the repo into /app
within Dockerfile
? Or a release action that sets the release version in a placeholder?
I think GitHub actions contain an implicit env var with the action name+version: to be checked 👍
In #8 and #10, we disable version parsing by removing
.git
from theDockerfile
: we will need to re-enable it again, so that the correct application version can be rendered in case of bugs:https://github.com/laminas/automatic-releases/blob/ea0062141bd984f60e4364600570487cec91b0d2/bin/console.php#L68