We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5818a88 commit 618fe59Copy full SHA for 618fe59
1 file changed
.github/workflows/cicd-1-pull-request-devtest.yaml
@@ -124,7 +124,7 @@ jobs:
124
client_id: ${{ secrets.AZURE_CLIENT_ID }}
125
tenant_id: ${{ secrets.AZURE_TENANT_ID }}
126
subscription_id: ${{ secrets.AZURE_SUBSCRIPTION_ID }}
127
- acr_name: ${{ secrets.ACR_NAME }}
+ acr_devtest_name: ${{ secrets.ACR_DEVTEST_NAME }}
128
if: needs.metadata.outputs.does_pull_request_exist == 'true' || (github.event_name == 'pull_request' && (github.event.action == 'opened' || github.event.action == 'reopened'))
129
with:
130
docker_compose_file: application/CohortManager/compose.yaml
0 commit comments