From ee0cef5d6cb22718cd199ccca63d526245c686eb Mon Sep 17 00:00:00 2001 From: sunny-sidhu-and <97452339+sunny-sidhu-and@users.noreply.github.com> Date: Mon, 24 Jul 2023 11:01:59 +0100 Subject: [PATCH] Revert Docker Image URL (#733) Reverting Docker Image URL to include registry server --- .github/workflows/azure-deploy-dev.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/azure-deploy-dev.yml b/.github/workflows/azure-deploy-dev.yml index 31f62b157..50b3babb3 100644 --- a/.github/workflows/azure-deploy-dev.yml +++ b/.github/workflows/azure-deploy-dev.yml @@ -28,7 +28,7 @@ env: ARM_CLIENT_ID: ${{ secrets.AZURE_CLIENT_ID }} ARM_SUBSCRIPTION_ID: ${{ secrets.AZURE_SUBSCRIPTION_ID }} ARM_TENANT_ID: ${{ secrets.AZURE_TENANT_ID }} - DOCKER_IMAGE: dfe-digital/early-years-foundation-recovery + DOCKER_IMAGE: ghcr.io/dfe-digital/early-years-foundation-recovery jobs: build-and-deploy: @@ -92,4 +92,4 @@ jobs: resource-group: ${{ secrets.AZURE_RESOURCE_GROUP }} image: ${{ env.DOCKER_IMAGE }}:${{ github.sha }} name: eyrecovery-worker - location: 'west europe' \ No newline at end of file + location: 'west europe'