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 f4723c4 commit 55c082aCopy full SHA for 55c082a
.github/workflows/docker-build-and-push.yml
@@ -32,6 +32,7 @@ jobs:
32
uses: docker/setup-buildx-action@v1
33
34
- name: Log in to Azure Container Registry
35
+ if: ${{ inputs.push == true && (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