File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 49
49
50
50
- name : Build AppBroker and push Docker image
51
51
uses : docker/build-push-action@ad44023a93711e3deb337508980b4b5e9bcdc5dc
52
- if : ${{ env.GITHUB_REF_NAME }} == 'master'
52
+ if : github.ref == 'refs/heads/ master'
53
53
with :
54
54
context : .
55
55
platforms : linux/amd64,linux/arm/v7
60
60
61
61
- name : Build AppBroker and push Docker image feature branch
62
62
uses : docker/build-push-action@ad44023a93711e3deb337508980b4b5e9bcdc5dc
63
- if : ${{ env.GITHUB_REF_NAME }} != 'master'
63
+ if : github.ref != 'refs/heads/ master'
64
64
with :
65
65
context : .
66
66
platforms : linux/amd64,linux/arm/v7
71
71
72
72
- name : Build TCPProxy and push Docker image
73
73
uses : docker/build-push-action@ad44023a93711e3deb337508980b4b5e9bcdc5dc
74
- if : ${{ env.GITHUB_REF_NAME }} == 'master'
74
+ if : github.ref == 'refs/heads/ master'
75
75
with :
76
76
context : .
77
77
platforms : linux/amd64,linux/arm/v7
83
83
84
84
- name : Build TCPProxy and push Docker image feature branch
85
85
uses : docker/build-push-action@ad44023a93711e3deb337508980b4b5e9bcdc5dc
86
- if : ${{ env.GITHUB_REF_NAME }} != 'master'
86
+ if : github.ref != 'refs/heads/ master'
87
87
with :
88
88
context : .
89
89
platforms : linux/amd64,linux/arm/v7
You can’t perform that action at this time.
0 commit comments