Skip to content

Commit

Permalink
Update dev-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 903d8a4 commit a381270
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions astro-frontend/azure-pipelines/dev-build-and-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ stages:
Dockerfile: './astro-frontend/Dockerfile'
tags: |
$(image.tag)
release-candidate
latest
stable
arguments: |
--pull
--build-arg ADOBE_ANALYTICS_URL=$(ADOBE_ANALYTICS_URL)
Expand All @@ -56,5 +56,5 @@ stages:
command: "push"
tags: |
$(image.tag)
latest
stable
release-candidate
latest

0 comments on commit a381270

Please sign in to comment.