From 92deba0e8e8e37768f9ce21cf07d1e8e20ad8e39 Mon Sep 17 00:00:00 2001 From: Sailinder Harpal Date: Wed, 12 Aug 2026 16:34:53 +0200 Subject: [PATCH] Update ECR repository path in publish workflow Change repository to correct one --- .github/workflows/publish.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 1a90608a..dc426f26 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -10,7 +10,7 @@ permissions: env: AWS_REGION: us-east-1 - ECR_REPOSITORY: reporting/oauth2-proxy + ECR_REPOSITORY: reporting-dev/base-images-build/reporting/oauth2-proxy jobs: Publish: