Browse Source

Merge pull request #9 from VariableClass/fix/resource-name

Fixed resource name
pull/1689/head
Calle 3 years ago
committed by GitHub
parent
commit
fc8c2994b1
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions
  1. +1
    -1
      .github/workflows/ordering-api-deploy.yml
  2. +1
    -1
      .github/workflows/ordering-backgroundtasks-deploy.yml
  3. +1
    -1
      .github/workflows/ordering-signalrhub-deploy.yml

+ 1
- 1
.github/workflows/ordering-api-deploy.yml View File

@ -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'

+ 1
- 1
.github/workflows/ordering-backgroundtasks-deploy.yml View File

@ -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'

+ 1
- 1
.github/workflows/ordering-signalrhub-deploy.yml View File

@ -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'

Loading…
Cancel
Save