issues
search
nimblehq
/
nimble-survey-web
Nimble Survey API for Mobile Challenge and Certification
0
stars
3
forks
source link
Caching Docker image with Github Actions
#116
Open
vnntsu
opened
9 months ago
vnntsu
commented
9 months ago
Why
The current Dockerfile build process for our project is slow and inefficient. This leads to long build times, impacting developer productivity and hindering deployment.
We can use
buildx
and Github Actions
cache
to increase build-time.
Who Benefits?
Everyone
Why
Who Benefits?
Everyone