File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 3030 uses : docker/setup-buildx-action@v1
3131
3232 - name : Log in to Azure Container Registry
33- if : ${{ (github.event_name == 'push' && (github.ref_name == 'main' || github.ref_name == 'dev' || github.ref_name == 'demo')) || (github.event_name == 'workflow_dispatch' && github.ref_name == 'dependabotchanges') }}
33+ if : ${{ (github.event_name == 'push' && (github.ref_name == 'main' || github.ref_name == 'dev' || github.ref_name == 'demo')) || (github.event_name == 'workflow_dispatch' && ( github.ref_name == 'dependabotchanges'||github.ref_name == 'main' || github.ref_name == 'dev' || github.ref_name == 'demo') ) }}
3434 uses : azure/docker-login@v2
3535 with :
3636 login-server : ${{ secrets.ACR_LOGIN_SERVER }}
You can’t perform that action at this time.
0 commit comments