Skip to content

Commit

Permalink
Update build-and-push-image.yml (#635)
Browse files Browse the repository at this point in the history
  • Loading branch information
DrizzlyOwl authored Oct 24, 2024
1 parent ab4b746 commit 18f88a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-push-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
azure-acr-client-id: ${{ secrets.ACR_CLIENT_ID }}
azure-acr-name: ${{ secrets.ACR_NAME }}
azure-aca-client-id: ${{ secrets.ACA_CLIENT_ID }}
azure-aca-name: ${{ secrets.[matrix.aca_name] }}
azure-aca-name: ${{ secrets[matrix.aca_name] }}
azure-aca-resource-group: ${{ secrets.ACA_RESOURCE_GROUP }}

create-tag:
Expand Down

0 comments on commit 18f88a0

Please sign in to comment.