Browse Source

Merge pull request #11 from VariableClass/feature/last-fix

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

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

@ -32,7 +32,7 @@ jobs:
with:
resource-group: aci-test-rg
dns-name-label: aci-test-rg${{ github.run_number }}
image: ghcr.io/variableclass/ordering.signalrhub:latest
image: ghcr.io/variableclass/ordering.api:latest
registry-login-server: ghcr.io
registry-username: ${{ github.repository_owner }}
registry-password: ${{ secrets.GITHUB_TOKEN }}


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

@ -32,7 +32,7 @@ jobs:
with:
resource-group: aci-test-rg
dns-name-label: aci-test-rg${{ github.run_number }}
image: ghcr.io/variableclass/ordering.signalrhub:latest
image: ghcr.io/variableclass/ordering.backgroundtasks:latest
registry-login-server: ghcr.io
registry-username: ${{ github.repository_owner }}
registry-password: ${{ secrets.GITHUB_TOKEN }}


Loading…
Cancel
Save