Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
abhishekkrthakur committed Dec 7, 2023
1 parent 120f071 commit 08aa340
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build_and_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ on:

env:
AWS_REGION: us-east-1
AWS_PROFILE: autonlp
ECR_REPOSITORY: public.ecr.aws/z4c3o6n6
CONTAINER_NAME: autotrain-api

Expand Down Expand Up @@ -43,7 +42,7 @@ jobs:
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
aws-region: ${{ env.AWS_REGION }}
role-to-assume: ${{ env.AWS_PROFILE }}
role-to-assume: ${{ secrets.AWS_ROLE }}

- name: Login to Amazon ECR
id: login-ecr
Expand Down

0 comments on commit 08aa340

Please sign in to comment.