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:
30
30
creds : ${{ secrets.AZURE_CREDENTIALS }}
31
31
32
32
- name : Build the docker image
33
- run : build_prod
33
+ run : build
34
34
35
35
- name : Publish docker image to prod azure container registry
36
36
run : |
37
- make login publish_prod acr=tt513registry image_tag=$RELEASE_VERSION
37
+ make login publish acr=tt513registry image_tag=$RELEASE_VERSION
38
38
- name : Setup terraform
39
39
uses : hashicorp/setup-terraform@v1
40
40
Original file line number Diff line number Diff line change @@ -27,10 +27,10 @@ jobs:
27
27
with :
28
28
creds : ${{ secrets.AZURE_CREDENTIALS }}
29
29
- name : Build the docker image
30
- run : make build_prod
30
+ run : make build
31
31
- name : Publish docker image to stage azure container registry
32
32
run : |
33
- make login publish_prod acr=tt513registry image_tag=$RELEASE_VERSION
33
+ make login publish acr=tt513registry image_tag=$RELEASE_VERSION
34
34
- name : Setup terraform
35
35
uses : hashicorp/setup-terraform@v1
36
36
- name : Authenticate with the TF modules repository
You can’t perform that action at this time.
0 commit comments