From ea516202885bf1a315af519e8adf7f8483444a7b Mon Sep 17 00:00:00 2001 From: Timo Furrer <tfurrer@gitlab.com> Date: Fri, 19 Jan 2024 07:48:15 +0100 Subject: [PATCH] Fix README latest usage --- .gitlab/README.md | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab/README.md b/.gitlab/README.md index b43aa9b..dd18943 100644 --- a/.gitlab/README.md +++ b/.gitlab/README.md @@ -40,7 +40,7 @@ A concrete example may look like this: ```yaml # Using `latest` include: - - component: gitlab.com/components/opentofu/full-pipeline@latest + - component: gitlab.com/components/opentofu/full-pipeline@~latest inputs: # The version must currently be specified explicitly as an input, # to find the correctly associated images. # This can be removed diff --git a/README.md b/README.md index a58044b..0d5a75d 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ A concrete example may look like this: ```yaml # Using `latest` include: - - component: gitlab.com/components/opentofu/full-pipeline@latest + - component: gitlab.com/components/opentofu/full-pipeline@~latest inputs: # The version must currently be specified explicitly as an input, # to find the correctly associated images. # This can be removed -- GitLab