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 22e4076 commit 762480eCopy full SHA for 762480e
.github/workflows/workflow.yaml
@@ -44,7 +44,7 @@ jobs:
44
creds: ${{ secrets.AZURE_CREDENTIALS }}
45
46
- name: Get Docker Registry Credentials
47
- id: acr-creds-dev
+ id: acr-creds
48
uses: azure/CLI@v1
49
with:
50
inlineScript: |
@@ -58,8 +58,8 @@ jobs:
58
uses: azure/docker-login@v2
59
60
login-server: ${{ env.CONTAINER_REGISTRY_SERVER_URL_DEV }}
61
- username: ${{ steps.acr-creds-dev.outputs.username }}
62
- password: ${{ steps.acr-creds-dev.outputs.password }}
+ username: ${{ steps.acr-creds.outputs.username }}
+ password: ${{ steps.acr-creds.outputs.password }}
63
64
- name: Set Image Version
65
id: image-version
0 commit comments