From 9dc344267b5611a30d01086563254bee4e80c019 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A5kon=20Gimse?= Date: Tue, 30 Jul 2024 15:41:48 +0000 Subject: [PATCH] Replacing gitlab-ci.yml with .gitlab-ci.yml in README.md The correct filename is .gitlab-ci.yml --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index c087c6001..68ffdba88 100644 --- a/README.md +++ b/README.md @@ -1279,12 +1279,12 @@ this specific platform but the underlying principles should apply anywhere else and the examples are kept simple enough, so that you should be able to follow along, even without any previous experiences with this specific platform. When in doubt, visit the -[gitlab-ci.yml reference page](https://docs.gitlab.com/ee/ci/yaml/index.html) +[.gitlab-ci.yml reference page](https://docs.gitlab.com/ee/ci/yaml/index.html) for a comprehensive overview of the GitLab CI keywords. #### Building the Separate Container Images -gitlab-ci.yml: +.gitlab-ci.yml: ```yaml # define a job for building the containers @@ -1312,7 +1312,7 @@ build-container: #### Merging the Container Manifests -gitlab-ci.yml: +.gitlab-ci.yml: ```yaml # define a job for creating and pushing a merged manifest @@ -1359,7 +1359,7 @@ GitLab, here is a short rundown: `latest` when running on the default branch, to the commit hash when run on other branches and to the release tag when run on a tag pipeline. -gitlab-ci.yml: +.gitlab-ci.yml: ```yaml container-get-tag: