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

Corrected names
This commit is contained in:
Calle 2021-05-30 08:25:01 +02:00 committed by GitHub
commit 9d1839f73a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

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 }}

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 }}