Skip to content

Commit

Permalink
Update prod-test-build-and-push.yml for Azure Pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
will0684 committed Feb 7, 2025
1 parent 7f91cdd commit 8c2369d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions AzurePipelines/prod-test-build-and-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,7 @@ stages:
- script: |
docker pull $(azureContainerRegistry.domain)/$(azureContainerRegistry.repository):production-release
docker tag $(azureContainerRegistry.domain)/$(azureContainerRegistry.repository):production-release $(azureContainerRegistry.domain)/$(azureContainerRegistry.repository):latest
docker tag $(azureContainerRegistry.domain)/$(azureContainerRegistry.repository):production-release $(azureContainerRegistry.domain)/$(azureContainerRegistry.repository):$(tag)
displayName: "Pull and tag production release"
# Push the production release tag
Expand All @@ -215,5 +216,6 @@ stages:
repository: "$(azureContainerRegistry.repository)"
command: "push"
tags: |
$(tag)
latest
production-release

0 comments on commit 8c2369d

Please sign in to comment.