Posts tagged #CI/CD: 3

Docker image building on GitLab CI

I decided to reconsider ma actual pipeline and to user my own GitLab Runner. It has been harder than expected.

Using cache in GitLab CI with Docker-in-Docker

An important part of pipelines: build time ! And using cache in CI helps a lot.

Deploy from a changelog in GitLab CI

Automatically trigger deployments based on a changelog using GitLab API and Personal Access Tokens.