Skip to content

Commit

Permalink
add && to make 2 commands work
Browse files Browse the repository at this point in the history
  • Loading branch information
ghidalgo3 committed Apr 1, 2024
1 parent 8436378 commit cbc4ce7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
CLIENT_ID: ${{ fromJSON(secrets.AZURE_CREDENTIALS).clientId }}
CLIENT_SECRET: ${{ fromJSON(secrets.AZURE_CREDENTIALS).clientSecret }}
run:
docker login pcccr.azurecr.io --username ${CLIENT_ID} --password ${CLIENT_SECRET}
docker login pcccr.azurecr.io --username ${CLIENT_ID} --password ${CLIENT_SECRET} && \
az acr login --name pcccr --username ${CLIENT_ID} --password ${CLIENT_SECRET}

- name: Publish images
Expand Down

0 comments on commit cbc4ce7

Please sign in to comment.