diff --git a/.azure-pipelines/templates/release.yaml b/.azure-pipelines/templates/release.yaml index d1a5d2893..916117a08 100644 --- a/.azure-pipelines/templates/release.yaml +++ b/.azure-pipelines/templates/release.yaml @@ -38,6 +38,7 @@ jobs: cp docker/fradrive/Dockerfile . docker build \ --tag $(imageUpstream)/fradrive:$(Build.BuildNumber) \ + --tag $(imageUpstream)/fradrive:${{parameters.releaseTag}} \ --build-arg FROM_IMG=devfra.azurecr.io/de.fraport.trusted/ubuntu \ --build-arg FROM_TAG=20.04 \ --build-arg PROJECT_DIR=$(Build.Repository.LocalPath) \