Skip to content

Commit 60325fc

Browse files
fix: removed the condition from docker login step
1 parent af4e982 commit 60325fc

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

.github/workflows/docker-build-and-push.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ jobs:
3232
uses: docker/setup-buildx-action@v1
3333

3434
- name: Log in to Azure Container Registry
35-
if: ${{ github.event_name == 'push' && (github.ref_name == 'main' || github.ref_name == 'dev' || github.ref_name == 'demo' || github.ref_name == 'hotfix') }}
3635
uses: azure/docker-login@v2
3736
with:
3837
login-server: ${{ secrets.ACR_LOGIN_SERVER }}

0 commit comments

Comments
 (0)