Browse Source
Merge pull request #9 from VariableClass/fix/resource-name
Fixed resource name
pull/1689/head
Calle
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with
3 additions and
3 deletions
-
.github/workflows/ordering-api-deploy.yml
-
.github/workflows/ordering-backgroundtasks-deploy.yml
-
.github/workflows/ordering-signalrhub-deploy.yml
|
|
@ -36,5 +36,5 @@ jobs: |
|
|
|
registry-login-server: ghcr.io |
|
|
|
registry-username: ${{ github.repository_owner }} |
|
|
|
registry-password: ${{ secrets.GITHUB_TOKEN }} |
|
|
|
name: aci-ordering.api-test |
|
|
|
name: aci-ordering-api-test |
|
|
|
location: 'west us' |
|
|
@ -36,5 +36,5 @@ jobs: |
|
|
|
registry-login-server: ghcr.io |
|
|
|
registry-username: ${{ github.repository_owner }} |
|
|
|
registry-password: ${{ secrets.GITHUB_TOKEN }} |
|
|
|
name: aci-ordering.backgroundtasks-test |
|
|
|
name: aci-ordering-backgroundtasks-test |
|
|
|
location: 'west us' |
|
|
@ -36,5 +36,5 @@ jobs: |
|
|
|
registry-login-server: ghcr.io |
|
|
|
registry-username: ${{ github.repository_owner }} |
|
|
|
registry-password: ${{ secrets.GITHUB_TOKEN }} |
|
|
|
name: aci-ordering.signalrhub-test |
|
|
|
name: aci-ordering-signalrhub-test |
|
|
|
location: 'west us' |