File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -30,11 +30,11 @@ jobs:
3030 creds : ${{ secrets.AZURE_CREDENTIALS }}
3131
3232 - name : Build the docker image
33- run : build_prod
33+ run : build
3434
3535 - name : Publish docker image to prod azure container registry
3636 run : |
37- make login publish_prod acr=tt513registry image_tag=$RELEASE_VERSION
37+ make login publish acr=tt513registry image_tag=$RELEASE_VERSION
3838 - name : Setup terraform
3939 uses : hashicorp/setup-terraform@v1
4040
Original file line number Diff line number Diff line change @@ -27,10 +27,10 @@ jobs:
2727 with :
2828 creds : ${{ secrets.AZURE_CREDENTIALS }}
2929 - name : Build the docker image
30- run : make build_prod
30+ run : make build
3131 - name : Publish docker image to stage azure container registry
3232 run : |
33- make login publish_prod acr=tt513registry image_tag=$RELEASE_VERSION
33+ make login publish acr=tt513registry image_tag=$RELEASE_VERSION
3434 - name : Setup terraform
3535 uses : hashicorp/setup-terraform@v1
3636 - name : Authenticate with the TF modules repository
You can’t perform that action at this time.
0 commit comments