Simple CI pipeline for monorepo using GitHub Actions and Docker

This article explains how to build a simple CI using Github Actions. It involves triggering the workflow only on version file changes, parsing the image names and then building, tagging and pushing the images to the Docker registry. Read more

Similar

Introduction to Docker Secrets

Overview In this post, we will be introducing docker secrets. Docker secrets offer a secure way to store sensitive information such as username, passwords, and even files like self-signed certifica… (more…)

Read more »

Docker vs. Docker-Compose

After clarifying why [I use Docker for every project I set up](/tidbits/2021/01/why-i-use-docker-for-every-project/) let me try to clarify also: **Why would I use a docker-compose setup over a single Dockerfile setup?** I had been doing the single Dockerf... (more…)

Read more »