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
Another step could be to split Dockerfiles into two parts: the first part that does not use env settings and install maximum number of dependencies, and second part that uses env settings. Then we can use first-part Dockerfiles to build reusable dev/demo images and store them at DockerHub.
jirik
changed the title
Store build Layman docker image on docker hub
Store built Layman docker image on docker hub
Jul 6, 2023
To shorten the runtime of GitHub Actions (automated tests). As of now 'build' step takes 5 minutes, I expected to shorten it to max of 4 minutes.
The text was updated successfully, but these errors were encountered: