Skip to content

Commit 762480e

Browse files
committed
chore: rename step id
1 parent 22e4076 commit 762480e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/workflow.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
creds: ${{ secrets.AZURE_CREDENTIALS }}
4545

4646
- name: Get Docker Registry Credentials
47-
id: acr-creds-dev
47+
id: acr-creds
4848
uses: azure/CLI@v1
4949
with:
5050
inlineScript: |
@@ -58,8 +58,8 @@ jobs:
5858
uses: azure/docker-login@v2
5959
with:
6060
login-server: ${{ env.CONTAINER_REGISTRY_SERVER_URL_DEV }}
61-
username: ${{ steps.acr-creds-dev.outputs.username }}
62-
password: ${{ steps.acr-creds-dev.outputs.password }}
61+
username: ${{ steps.acr-creds.outputs.username }}
62+
password: ${{ steps.acr-creds.outputs.password }}
6363

6464
- name: Set Image Version
6565
id: image-version

0 commit comments

Comments
 (0)