Open abitmore opened 2 years ago
User Story
As a developer I want the Docker build workflow in Github Actions to run faster so that my development work becomes easier.
https://dev.to/dtinth/caching-docker-builds-in-github-actions-which-approach-is-the-fastest-a-research-18ei
Note that production images should be built with no-cache to always include the latest security updates. https://pythonspeed.com/articles/docker-cache-insecure-images/
no-cache
Impacts Describe which portion(s) of BitShares Core may be impacted by your request. Please tick at least one box.
Additional Context (optional) Add any other context about your request here.
User Story
As a developer I want the Docker build workflow in Github Actions to run faster so that my development work becomes easier.
https://dev.to/dtinth/caching-docker-builds-in-github-actions-which-approach-is-the-fastest-a-research-18ei
Note that production images should be built with
no-cache
to always include the latest security updates. https://pythonspeed.com/articles/docker-cache-insecure-images/Impacts Describe which portion(s) of BitShares Core may be impacted by your request. Please tick at least one box.
Additional Context (optional) Add any other context about your request here.
CORE TEAM TASK LIST