From 95245ba4982663513ac4114878ed8bad0bc07a24 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20OLIVIER?= <cedric3.olivier@orange.com> Date: Thu, 22 Jun 2023 08:36:31 +0000 Subject: [PATCH] fix(doc): update typo on documentation [skip ci] --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9500642..80544d4 100644 --- a/README.md +++ b/README.md @@ -594,10 +594,10 @@ List of requirements before using this variant for publishing your container ima ```yaml include: - project: 'to-be-continuous/docker' - ref: "feature/gcp_af_login" + ref: "5.2.0" file: '/templates/gitlab-ci-docker.yml' - project: 'to-be-continuous/docker' - ref: "feature/gcp_af_login" + ref: "5.2.0" file: '/templates/gitlab-ci-docker-gcp.yml' variables: -- GitLab