From e57563377f88c5dc331197b9ea9b86a33e213946 Mon Sep 17 00:00:00 2001 From: Pierre Smeyers <pierre.smeyers@gmail.com> Date: Sat, 11 Nov 2023 00:24:30 +0100 Subject: [PATCH] docs: GitLab misspelled --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d078678..224149d 100644 --- a/README.md +++ b/README.md @@ -331,7 +331,7 @@ LABEL name="my-project" \ Default value for `DOCKER_METADATA` supports a subset of the [OCI Image Format Specification](https://github.com/opencontainers/image-spec/blob/master/annotations.md) for labels and use [GitLab CI pre-defined variables](https://docs.gitlab.com/ee/ci/variables/predefined_variables.html) to guess the value as follow : -| Label | Gitlab CI pre-defined variable | +| Label | GitLab CI pre-defined variable | | ----------------------------------- | ------------------------------ | | `org.opencontainers.image.url` | `$CI_PROJECT_URL` | | `org.opencontainers.image.source` | `$CI_PROJECT_URL` | -- GitLab