Skip to content

Commit

Permalink
Test registry args
Browse files Browse the repository at this point in the history
  • Loading branch information
snehapar9 committed Oct 17, 2023
1 parent bfc991a commit 129cc7d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/run-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@ jobs:
uses: ./
with:
appSourcePath: '${{ github.workspace }}/oryx/tests/SampleApps/DotNetCore/NetCore6PreviewWebApp'
acrName: ${{ vars.TEST_ACR_NAME }}
acrUsername: ${{ secrets.TEST_REGISTRY_USERNAME }}
acrPassword: ${{ secrets.TEST_REGISTRY_PASSWORD }}
registryUrl: ${{ secrets.DOCKER_USERNAME }}.docker.io
registryUsername: ${{ secrets.DOCKER_USERNAME }}
registryPassword: ${{ secrets.DOCKER_PASSWORD }}
containerAppName: ${{ env.TEST_CONTAINER_APP_NAME }}
containerAppEnvironment: ${{ vars.TEST_EXISTING_CONTAINER_APP_ENV }}
resourceGroup: ${{ vars.TEST_RESOURCE_GROUP_NAME }}
Expand Down

0 comments on commit 129cc7d

Please sign in to comment.