Skip to content

Commit

Permalink
Revert Docker Image URL (#733)
Browse files Browse the repository at this point in the history
Reverting Docker Image URL to include registry server
  • Loading branch information
sunny-sidhu-and authored Jul 24, 2023
1 parent eb34efd commit ee0cef5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/azure-deploy-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -92,4 +92,4 @@ jobs:
resource-group: ${{ secrets.AZURE_RESOURCE_GROUP }}
image: ${{ env.DOCKER_IMAGE }}:${{ github.sha }}
name: eyrecovery-worker
location: 'west europe'
location: 'west europe'

0 comments on commit ee0cef5

Please sign in to comment.