Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
ben851 committed Aug 23, 2024
1 parent 3834464 commit a5e3338
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/terragrunt_create_dev_environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,10 @@ jobs:
role-session-name: NotifyApiGitHubActions
aws-region: "us-east-1"

- name: Install ECR Credential Helper
run: |
apt update && apt install -y amazon-ecr-credential-helper
- name: Login to Amazon ECR
id: login-ecr
run: |
Expand Down

0 comments on commit a5e3338

Please sign in to comment.