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 08dd971 commit 6a3050dCopy full SHA for 6a3050d
.github/workflows/build-docker-image.yml
@@ -38,7 +38,7 @@ jobs:
38
- name: Get registry
39
id: registry
40
run: |
41
- echo "ext_registry=${{ secrets.ACR_LOGIN_SERVER || 'acrlogin.azurecr.io'}}" >> $GITHUB_OUTPUT
+ echo "ext_registry=${{ env.ACR_LOGIN_SERVER || 'acrlogin.azurecr.io'}}" >> $GITHUB_OUTPUT
42
43
- name: Set Docker image tags
44
id: tag
0 commit comments