File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change 77 - dev
88 - demo
99 - hotfix
10- - feature/psl-conregchanges
1110 pull_request :
1211 types :
1312 - opened
3332 uses : docker/setup-buildx-action@v1
3433
3534 - name : Log in to Azure Container Registry
36- if : ${{ github.ref_name == 'main' || github.ref_name == 'dev' || github.ref_name == 'demo' || github.ref_name == 'hotfix' || github.ref_name == 'feature/psl-conregchanges' }}
35+ if : ${{ github.ref_name == 'main' || github.ref_name == 'dev' || github.ref_name == 'demo' || github.ref_name == 'hotfix' }}
3736 uses : azure/docker-login@v2
3837 with :
3938 login-server : ${{ secrets.ACR_LOGIN_SERVER }}
5554 echo "TAG=demo" >> $GITHUB_ENV
5655 elif [[ "${{ github.ref }}" == "refs/heads/hotfix" ]]; then
5756 echo "TAG=hotfix" >> $GITHUB_ENV
58- elif [[ "${{ github.ref }}" == "refs/heads/feature/psl-conregchanges" ]]; then
59- echo "TAG=psl-conregchanges" >> $GITHUB_ENV
6057 else
6158 echo "TAG=pullrequest-ignore" >> $GITHUB_ENV
6259 fi
You can’t perform that action at this time.
0 commit comments