Skip to content

Commit

Permalink
feat: always log in to core platform prod ECR (#256)
Browse files Browse the repository at this point in the history
  • Loading branch information
jakeyheath authored Apr 19, 2024
1 parent eaa89c1 commit f0d73b9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/actions/deploy-happy-stack/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,10 @@ runs:
with:
happy_version: ${{ inputs.happy-version }}
version_lock_file: ${{ inputs.version-lock-file }}
- name: ecr core platform prod login
shell: bash
run: |
aws ecr get-login-password --region us-west-2 | docker login --username AWS --password-stdin 533267185808.dkr.ecr.us-west-2.amazonaws.com
- name: Create or update happy stack
env:
TFE_TOKEN: ${{ inputs.tfe-token }}
Expand Down

0 comments on commit f0d73b9

Please sign in to comment.