Browse Source

Fixed container registry name

pull/1689/head
Calle Veale 3 years ago
parent
commit
a6d2c65857
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

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


+ 1
- 1
.github/workflows/ordering-signalrhub-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: ${{ secrets.REGISTRY_LOGIN_SERVER }}/variableclass/ordering.signalrhub:latest
image: ghcr.io/variableclass/ordering.signalrhub:latest
registry-login-server: ghcr.io
registry-username: ${{ github.repository_owner }}
registry-password: ${{ secrets.GITHUB_TOKEN }}


Loading…
Cancel
Save