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.
2 parents 6d035a0 + 8076ddf commit 4655b3cCopy full SHA for 4655b3c
.github/workflows/docker-build-and-push.yml
@@ -32,7 +32,7 @@ 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') }}
+ if: ${{ (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