evilmartians / fullstaq-ruby-docker

Docker image for Ruby build from Fullstaq packages based on Debian 10, 11, and 12.
https://evilmartians.com/chronicles/fullstaq-ruby-first-impressions-and-how-to-migrate-your-docker-kubernetes-ruby-apps-today
177 stars 21 forks source link

Set up GitHub Actions to build and push Docker images #10

Closed Envek closed 3 years ago

Envek commented 3 years ago

Instead of manual building and pushing of every Docker container on my local machine, as I did before.

Build but not push docker images for pull requests (kind of smoke testing).

Setup (must be done before merging) Get some credentials for Quay at Settings page → “CLI Password” and store them as Repository secrets called QUAY_USERNAME and QUAY_PASSWORD.

Caching impact