Skip to content

Commit

Permalink
Update build-and-push-image.yml (#929)
Browse files Browse the repository at this point in the history
  • Loading branch information
DrizzlyOwl authored Oct 24, 2024
1 parent 6edcb64 commit 4d7eae1
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 @@ -77,7 +77,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_secret] }}
azure-aca-name: ${{ secrets[matrix.aca_name_secret] }}
azure-aca-resource-group: ${{ secrets.ACA_RESOURCE_GROUP }}

create-tag:
Expand Down

0 comments on commit 4d7eae1

Please sign in to comment.