Gitlab CI Workflows (PoC)

Today I came across fantastic idea that was implemented as Proof of Concept in Gitlab some time ago: CI Workflows! I鈥檓 pretty excited about it and really hope it will be shipped soon 馃榿 ...

7 July 2022 路 3 min 路 Grzegorz Korba

Referencing sections in Gitlab CI

Gitlab CI definition might get really complex. In order to reduce redundancy you can use many useful features and syntax sugar, like !reference. ...

8 June 2022 路 2 min 路 Grzegorz Korba

Docker Compose: secrets available during build

Building images introduces many challenges, one of them is safety of persisted data. How to avoid publishing sensitive data, that should remain private? ...

19 April 2022 路 3 min 路 Grzegorz Korba