From a0551154b74275333c53737a66cd9a03c07c018d Mon Sep 17 00:00:00 2001 From: Jordan Willis <31868510+will0684@users.noreply.github.com> Date: Wed, 20 Mar 2024 10:01:19 -0400 Subject: [PATCH] Update prod-build-and-push.yml for Azure Pipelines --- astro-frontend/azure-pipelines/prod-build-and-push.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/astro-frontend/azure-pipelines/prod-build-and-push.yml b/astro-frontend/azure-pipelines/prod-build-and-push.yml index 784b952..7f00cb6 100644 --- a/astro-frontend/azure-pipelines/prod-build-and-push.yml +++ b/astro-frontend/azure-pipelines/prod-build-and-push.yml @@ -1,5 +1,7 @@ trigger: - - main + tags: + include: + - v* pr: none @@ -43,7 +45,7 @@ stages: Dockerfile: './astro-frontend/Dockerfile' tags: | $(image.tag) - release-candidate + production-release latest arguments: | --pull @@ -56,5 +58,5 @@ stages: command: "push" tags: | $(image.tag) - release-candidate + production-release latest \ No newline at end of file