From b41f4e1fb2e0fa3a2c46c5df302535d1b11bee57 Mon Sep 17 00:00:00 2001 From: Timo Furrer <tfurrer@gitlab.com> Date: Fri, 6 Dec 2024 09:18:50 +0100 Subject: [PATCH] Comma seems a problem --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1eda4a0..a104260 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -301,7 +301,7 @@ gitlab-opentofu-image:sign: --annotations "org.opencontainers.image.licenses=MIT" --annotations "org.opencontainers.image.ref.name=$RELEASE_IMAGE" --annotations "org.opencontainers.image.title='GitLab OpenTofu CI/CD Component'" - --annotations "org.opencontainers.image.description='GitLab OpenTofu CI/CD Component, including OpenTofu and a wrapper to integrate with GitLab.'" + --annotations "org.opencontainers.image.description='GitLab OpenTofu CI/CD Component including OpenTofu and a wrapper to integrate with GitLab.'" --annotations "com.gitlab.ci.user.name=$GITLAB_USER_NAME" --annotations "com.gitlab.ci.user.id=$GITLAB_USER_ID" --annotations "com.gitlab.ci.pipeline.id=$CI_PIPELINE_ID" -- GitLab