From 076362b3daf923937504ba93dcdf2959072eb0f9 Mon Sep 17 00:00:00 2001 From: Scott Beddall <45376673+scbedd@users.noreply.github.com> Date: Mon, 17 Apr 2023 11:20:37 -0700 Subject: [PATCH] Add additional release tag (#23517) * add additional release tag --- .azure-pipelines/azure-pipelines-data-container.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.azure-pipelines/azure-pipelines-data-container.yml b/.azure-pipelines/azure-pipelines-data-container.yml index a7e95de581fc..4617ad2fed07 100644 --- a/.azure-pipelines/azure-pipelines-data-container.yml +++ b/.azure-pipelines/azure-pipelines-data-container.yml @@ -38,4 +38,5 @@ steps: Dockerfile: scripts/datacontainer/Dockerfile repository: $(CONTAINER_REGISTRY_REPOSITORY_NAME) tags: | - latest \ No newline at end of file + latest + $(Build.BuildNumber)