From a6d2c65857643fd29f7a80c49005bc1617a497b3 Mon Sep 17 00:00:00 2001 From: Calle Veale Date: Sun, 30 May 2021 08:21:22 +0200 Subject: [PATCH] Fixed container registry name --- .github/workflows/ordering-api-deploy.yml | 2 +- .github/workflows/ordering-backgroundtasks-deploy.yml | 2 +- .github/workflows/ordering-signalrhub-deploy.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ordering-api-deploy.yml b/.github/workflows/ordering-api-deploy.yml index 5f2e083da..a70a9fb79 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: ${{ 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 }} diff --git a/.github/workflows/ordering-backgroundtasks-deploy.yml b/.github/workflows/ordering-backgroundtasks-deploy.yml index 3856d0a8b..ca92c418a 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: ${{ 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 }} diff --git a/.github/workflows/ordering-signalrhub-deploy.yml b/.github/workflows/ordering-signalrhub-deploy.yml index f1d78f2dd..ebd56cbdf 100644 --- a/.github/workflows/ordering-signalrhub-deploy.yml +++ b/.github/workflows/ordering-signalrhub-deploy.yml @@ -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 }}