Skip to content
Snippets Groups Projects
Unverified Commit ea516202 authored by Timo Furrer's avatar Timo Furrer
Browse files

Fix README latest usage

parent d9eceb3d
No related branches found
No related tags found
No related merge requests found
...@@ -40,7 +40,7 @@ A concrete example may look like this: ...@@ -40,7 +40,7 @@ A concrete example may look like this:
```yaml ```yaml
# Using `latest` # Using `latest`
include: include:
- component: gitlab.com/components/opentofu/full-pipeline@latest - component: gitlab.com/components/opentofu/full-pipeline@~latest
inputs: inputs:
# The version must currently be specified explicitly as an input, # The version must currently be specified explicitly as an input,
# to find the correctly associated images. # This can be removed # to find the correctly associated images. # This can be removed
......
...@@ -42,7 +42,7 @@ A concrete example may look like this: ...@@ -42,7 +42,7 @@ A concrete example may look like this:
```yaml ```yaml
# Using `latest` # Using `latest`
include: include:
- component: gitlab.com/components/opentofu/full-pipeline@latest - component: gitlab.com/components/opentofu/full-pipeline@~latest
inputs: inputs:
# The version must currently be specified explicitly as an input, # The version must currently be specified explicitly as an input,
# to find the correctly associated images. # This can be removed # to find the correctly associated images. # This can be removed
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment