From 3f4c42cd14e3a84b42f3956ac8cad5940b2cb7d9 Mon Sep 17 00:00:00 2001 From: Adam Andrews <35509135+andr0272@users.noreply.github.com> Date: Wed, 8 Nov 2023 15:44:55 -0500 Subject: [PATCH] Update prod-build-and-push.yml for Azure Pipelines --- AzurePipelines/prod-build-and-push.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/AzurePipelines/prod-build-and-push.yml b/AzurePipelines/prod-build-and-push.yml index 05715d3e6c..6aa60bfa75 100644 --- a/AzurePipelines/prod-build-and-push.yml +++ b/AzurePipelines/prod-build-and-push.yml @@ -42,6 +42,7 @@ stages: Dockerfile: './Dockerfile' tags: | $(tag) + latest production-release arguments: | --pull @@ -62,4 +63,5 @@ stages: command: 'push' tags: | $(tag) + latest production-release \ No newline at end of file