From 04e296f36c13fd5d0446a3410aedf6f04eaed9de Mon Sep 17 00:00:00 2001 From: Administrator Date: Thu, 3 Oct 2024 17:54:33 -0600 Subject: [PATCH] try checking image --- .github/workflows/build-deploy-ocr.yml | 2 +- ops/terraform/modules/app_service/main.tf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-deploy-ocr.yml b/.github/workflows/build-deploy-ocr.yml index 2ff0d13f..31329f34 100644 --- a/.github/workflows/build-deploy-ocr.yml +++ b/.github/workflows/build-deploy-ocr.yml @@ -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 }}' diff --git a/ops/terraform/modules/app_service/main.tf b/ops/terraform/modules/app_service/main.tf index 397d810d..c7ce92fe 100644 --- a/ops/terraform/modules/app_service/main.tf +++ b/ops/terraform/modules/app_service/main.tf @@ -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" }