Skip to content

Commit

Permalink
Last build and push of docker image should use the same name as what is
Browse files Browse the repository at this point in the history
later deployed
  • Loading branch information
ebrett committed Oct 11, 2023
1 parent 298e565 commit e5d17f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/azure-deploy-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,8 @@ jobs:
type=registry,ref=${{ env.DOCKER_IMAGE }}-prod:latest
push: true
tags: |
${{ env.DOCKER_IMAGE }}-prod:latest
${{ env.DOCKER_IMAGE }}-prod:${{ github.sha }}
${{ env.DOCKER_IMAGE }}:latest
${{ env.DOCKER_IMAGE }}:${{ github.sha }}
target: production

# Login to Azure using OIDC
Expand Down

0 comments on commit e5d17f9

Please sign in to comment.