Skip to content

Commit

Permalink
Update prod-build-and-push.yml for Azure Pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
will0684 committed Mar 20, 2024
1 parent 35eafea commit a055115
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions astro-frontend/azure-pipelines/prod-build-and-push.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
trigger:
- main
tags:
include:
- v*

pr: none

Expand Down Expand Up @@ -43,7 +45,7 @@ stages:
Dockerfile: './astro-frontend/Dockerfile'
tags: |
$(image.tag)
release-candidate
production-release
latest
arguments: |
--pull
Expand All @@ -56,5 +58,5 @@ stages:
command: "push"
tags: |
$(image.tag)
release-candidate
production-release
latest

0 comments on commit a055115

Please sign in to comment.