Skip to content

Commit

Permalink
remove amazon ecr login for now
Browse files Browse the repository at this point in the history
  • Loading branch information
Jdwoodson committed Nov 20, 2024
1 parent 64a628e commit ca48233
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/deploy_to_eks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,6 @@ jobs:
with:
role-to-assume: ${{ secrets.AWS_OIDC_ROLE_TO_ASSUME }}
aws-region: us-west-2
- name: Login to Amazon ECR
id: login-ecr
uses: aws-actions/amazon-ecr-login@v2
- name: Update kubeconfig
run: aws eks update-kubeconfig --name dev-easi-poc-cluster --region us-west-2
- name: test kubectl
Expand Down

0 comments on commit ca48233

Please sign in to comment.