Skip to content

Commit 36d8a4a

Browse files
author
Harmanpreet Kaur
committed
edit 5
1 parent d75c7dc commit 36d8a4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
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 }}

0 commit comments

Comments
 (0)