Commit 234cb0a9 authored by Marcel Amirault's avatar Marcel Amirault

Merge branch 'bwill/remove-ci-application-tag' into 'master'

Fix commit sha being used instead of tag for tagged pipelines

See merge request gitlab-org/gitlab!76047
parents 52c3dfde 9ee563ec
......@@ -54,8 +54,7 @@ variables:
# KUBE_INGRESS_BASE_DOMAIN: domain.example.com
# Allows Container-Scanning to correctly correlate image names when using Jobs/Build.gitlab-ci.yml
CI_APPLICATION_TAG: $CI_COMMIT_SHA
CS_DEFAULT_BRANCH_IMAGE: $CI_REGISTRY_IMAGE/$CI_DEFAULT_BRANCH:$CI_APPLICATION_TAG
CS_DEFAULT_BRANCH_IMAGE: $CI_REGISTRY_IMAGE/$CI_DEFAULT_BRANCH:$CI_COMMIT_SHA
POSTGRES_USER: user
POSTGRES_PASSWORD: testing-password
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment