diff --git a/.github/workflows/ordering-api-deploy.yml b/.github/workflows/ordering-api-deploy.yml index a70a9fb79..cca697b2a 100644 --- a/.github/workflows/ordering-api-deploy.yml +++ b/.github/workflows/ordering-api-deploy.yml @@ -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 }} diff --git a/.github/workflows/ordering-backgroundtasks-deploy.yml b/.github/workflows/ordering-backgroundtasks-deploy.yml index ca92c418a..8a7cba9b4 100644 --- a/.github/workflows/ordering-backgroundtasks-deploy.yml +++ b/.github/workflows/ordering-backgroundtasks-deploy.yml @@ -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 }}