GitLab CI/CD Blog

Setting a Variable to the Contents of a File in Gitlab CI CD
GitLab CI/CD

Setting a variable to the contents of a file in GitLab CI/CD

I have recently been spending some time overhauling my projects' deployment processes, and wanted to simplify how images are determined without having to set versions in multiple locations. Keep it DRY, right!

Learn More