jolicode / docker-starter

🏗️ A skeleton to start a new web project with PHP, Docker and Castor
MIT License
337 stars 34 forks source link

Use a docker registry for cache #283

Open joelwurtz opened 8 months ago

joelwurtz commented 8 months ago

Fix https://github.com/jolicode/docker-starter/issues/252

WHat it does :

lyrixx commented 6 months ago

Is there a simple way to get sudo back? I need it quiet often

joelwurtz commented 6 months ago

Is there a simple way to get sudo back? I need it quiet often

done

lyrixx commented 4 months ago

Hello,

Thanks for this PR!

I tested it on https://github.com/jolicode/qotd/pull/62 and

joelwurtz commented 4 months ago

Who push the cache ?

It is highly recommendend that cache is push by the CI, version of docker / config from where the cache is pushed need to be controled as special configuration or version may make him unshareable.

For the CI also i see this

image

Did you make sur that GHA has correct permissions to read this package ?

EDIT : In your case it miss the docker login step