bitshares / bitshares-core

BitShares Blockchain node and command-line wallet
https://bitshares.github.io/
Other
1.17k stars 643 forks source link

Use cache during Docker image build process in Github Actions #2668

Open abitmore opened 1 year ago

abitmore commented 1 year 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/

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