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 73fedd3 + 7c6a852 commit 4a5ca95Copy full SHA for 4a5ca95
.github/workflows/docker-build-and-push.yml
@@ -48,10 +48,10 @@ jobs:
48
id: registry
49
run: |
50
if [[ "${{ github.ref_name }}" == "main" ]]; then
51
- echo "ext_registry=${{ secrets.ACR_LOGIN_SERVER }}" >> $GITHUB_OUTPUT
52
- echo "int_registry=${{ secrets.ACR_DEV_LOGIN_SERVER }}" >> $GITHUB_OUTPUT
+ echo "ext_registry=${{ secrets.ACR_LOGIN_SERVER || 'acrlogin.azurecr.io'}}" >> $GITHUB_OUTPUT
+ echo "int_registry=${{ secrets.ACR_DEV_LOGIN_SERVER || 'acrlogin.azurecr.io'}}" >> $GITHUB_OUTPUT
53
else
54
55
fi
56
57
- name: Determine Tag Name Based on Branch
0 commit comments