Skip to content

Commit

Permalink
ecr login
Browse files Browse the repository at this point in the history
  • Loading branch information
aweiland committed Jul 1, 2024
1 parent d18fc72 commit 4e3f7ef
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/run_build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ on:
types:
- closed

concurrency:
cancel-in-progress: true
group: api-build

permissions:
id-token: write
Expand Down Expand Up @@ -67,6 +70,10 @@ jobs:
fi
fi
- name: Login to ECR
run: |
aws ecr get-login-password --region us-east-1 | docker login --username AWS --password-stdin ${{ env.ECR_REGISTRY }}
- name: Generate short sha
id: sha
run: |
Expand Down

0 comments on commit 4e3f7ef

Please sign in to comment.