We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d035a0 commit 0467198Copy full SHA for 0467198
.github/workflows/docker-build-and-push.yml
@@ -32,7 +32,6 @@ jobs:
32
uses: docker/setup-buildx-action@v1
33
34
- 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') }}
36
uses: azure/docker-login@v2
37
with:
38
login-server: ${{ secrets.ACR_LOGIN_SERVER }}
0 commit comments