Closed seicke closed 1 day ago
Thank you for the suggestion. I incorporated this change in my PR #122 which adds GitHub actions to automatically release new images on Docker Hub when either a release is created on GitHub or a PR get's merged.
I'm currently considering changing the bootstrap.sh
file to not push images anymore but building the web app in production mode instead. What do you think of this?
That is a great idea to adapt the GitHub actions to automatically push images to DockerHub!
I fully agree, that in this case there is no need for pushing images to Dockerhub within bootstrap.sh
Then I would suggest closing this PR
I propose to introduce a DockerHub tag that always refers to the latest release/verion of the aas-web-ui.
With such a tag, a user can ensure that the latest release/version of the aas-web-ui is always used.
Here: Proposal for tag ´latest´