Skip to content

Commit

Permalink
Updated workflow yaml to push Docker image to ACR 2
Browse files Browse the repository at this point in the history
  • Loading branch information
IgorClemente authored Jan 25, 2024
1 parent ba8e430 commit 2978d82
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 @@ -54,7 +54,7 @@ jobs:
subscription-id: ${{ secrets.AZURE_SUBSCRIPTION_ID }}

- name: Login to container registry
run: az acr login --name ${{ end.APP_NAME }}
run: az acr login --name ${{ env.APP_NAME }}

- name: Build and push Docker images
uses: docker/build-push-action@v5.1.0
Expand Down

0 comments on commit 2978d82

Please sign in to comment.