Skip to content

Commit

Permalink
Add AWS CLI
Browse files Browse the repository at this point in the history
  • Loading branch information
dbarrous committed Feb 5, 2024
1 parent 26f0d66 commit ebeda72
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/docker_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,4 @@ jobs:

- name: Install AWS CLI
run: |
aws --version
- name: Login to Amazon ECR
run: |
aws ecr get-login-password --region us-east-1 | docker login --username AWS --password-stdin 351967858401.dkr.ecr.us-east-1.amazonaws.com
- name: Build and Push Docker Image
run: |
docker --version
python -m pip install awscliv2

0 comments on commit ebeda72

Please sign in to comment.