File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 14
14
name : " DEV: ACR Build & Push"
15
15
runs-on : ubuntu-latest
16
16
environment : dev
17
- if : github.event.inputs.test_tag != true && github.ref_name != 'prod'
17
+ if : github.event.inputs.test_tag == 'false' && github.ref_name != 'prod'
18
18
env :
19
19
DOCKERFILE : ${{ vars.DOCKERFILE || 'Dockerfile' }}
20
20
AZURE_CONTAINER_REGISTRY : ${{ vars.AZURE_CONTAINER_REGISTRY }}
@@ -57,10 +57,10 @@ jobs:
57
57
build-args : platform=linux/${{ matrix.platform}}
58
58
59
59
az-acr-push-test :
60
- name : " DEV : ACR Build & Push Tests "
60
+ name : " TEST : ACR Build & Push"
61
61
runs-on : ubuntu-latest
62
62
environment : dev
63
- if : github.event.inputs.test_tag == true
63
+ if : github.event.inputs.test_tag == ' true'
64
64
env :
65
65
DOCKERFILE : dev.Dockerfile
66
66
AZURE_CONTAINER_REGISTRY : ${{ vars.AZURE_CONTAINER_REGISTRY }}
89
89
build-args : platform=linux/amd64
90
90
91
91
az-acr-push-prod :
92
- name : " Azure : ACR Build & Push"
92
+ name : " PROD : ACR Build & Push"
93
93
runs-on : ubuntu-latest
94
94
environment : ${{ github.ref_name }}
95
95
if : github.ref_name == 'prod'
You can’t perform that action at this time.
0 commit comments