You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In ci.yml we have to list the docker images to push to Docker registry. The image includes a hardcoded version number.
It would be an improvement to not require this version number that is controlled via the pom.xml. This introduces toil when the version number needs to be changed.
It would be even nicer if the list of docker-images did not need to be provided and instead one of the GH actions output the proper list of image names to push.
This is improvement ticket.
In ci.yml we have to list the docker images to push to Docker registry. The image includes a hardcoded version number.
It would be an improvement to not require this version number that is controlled via the pom.xml. This introduces toil when the version number needs to be changed.
It would be even nicer if the list of docker-images did not need to be provided and instead one of the GH actions output the proper list of image names to push.
The text was updated successfully, but these errors were encountered: