From 2451bf70f137d8a2f4354a055adcb2f9c690f39b Mon Sep 17 00:00:00 2001 From: Jan <18519371+jankrepl@users.noreply.github.com> Date: Wed, 30 Oct 2024 10:28:38 +0100 Subject: [PATCH] Fix ECR push GH action (#41) --- .github/workflows/ecr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ecr.yml b/.github/workflows/ecr.yml index 59baa6b..eb33646 100644 --- a/.github/workflows/ecr.yml +++ b/.github/workflows/ecr.yml @@ -38,7 +38,7 @@ jobs: - name: Tag and Push FastAPI Image to Amazon ECR env: ECR_REGISTRY: ${{ steps.login-ecr-management.outputs.registry }} - ECR_REPOSITORY: 671250183987.dkr.ecr.us-east-1.amazonaws.com/ml-repository + ECR_REPOSITORY: ml-repository IMAGE_TAG: neuroagent-${{ github.event.release.tag_name }} run: | docker tag temp:latest $ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG