Skip to content

Commit

Permalink
try checking image
Browse files Browse the repository at this point in the history
  • Loading branch information
Administrator committed Oct 3, 2024
1 parent a4555a8 commit 04e296f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-deploy-ocr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,5 +57,5 @@ jobs:
with:
app-name: reportvision-ocr-api-dev
publish-profile: ${{ secrets.AZURE_WEBAPP_PUBLISH_PROFILE }}
images: 'https://${{ env.REGISTRY }}/${{ env.REPO}}-ocr-api:${{ env.VERSION }}'
images: '${{ env.REGISTRY }}/${{ env.REPO}}-ocr-api:${{ env.VERSION }}'

2 changes: 1 addition & 1 deletion ops/terraform/modules/app_service/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ resource "azurerm_linux_web_app" "linux_webapp" {
vnet_route_all_enabled = false

application_stack {
docker_image_name = "cdcgov/reportvision-ocr-api:0.1.1"
docker_image_name = "cdcgov/reportvision-ocr-api:derek-main-dev"
docker_registry_url = "https://ghcr.io"
}

Expand Down

0 comments on commit 04e296f

Please sign in to comment.