Hi,
Since the release 16.6, it seems that ~latest tag cannot be used to fetch the last released version of a CI/CD Component. It only works using a fixed released version.
Documentation still says it should work: CI/CD components | GitLab
Anyone else having the same issue?
Sylvain
yup Iām using kubernetes and I have the same issue so I just used image digest instead
[SOLVED] my issue was linked to this trouble: CI/CD components | GitLab. Following the documentation solved it
use @$CI_COMMIT_SHA ?
- component: $CI_SERVER_FQDN/$CI_PROJECT_PATH/gitlab-ci-releasemanagement@$CI_COMMIT_SHA inputs: stage: release