Skip to content

Commit

Permalink
Fix ECR push GH action (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
jankrepl authored Oct 30, 2024
1 parent bb35921 commit 2451bf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ecr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2451bf7

Please sign in to comment.