fix image tag

This commit is contained in:
Wolfgang Hottgenroth 2024-01-31 16:46:31 +01:00
parent 38d3381ecd
commit eefc8d5b21
Signed by: wn
GPG Key ID: 836E9E1192A6B132

View File

@ -2,7 +2,7 @@
if [ "$1" == "test" ]; then
POSTFIX="-test"
IMAGE_TAG="latest"
IMAGE_TAG=${CI_COMMIT_SHA}
else
POSTFIX=""
fi