Skip to content

Commit

Permalink
Add shell mandatory parameter to GH Action (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
peterdeme authored Nov 21, 2022
1 parent f0652be commit 3fa0d98
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ runs:
role-duration-seconds: 900

- name: Log in to Amazon public ECR
shell: sh
run: aws ecr-public get-login-password --region us-east-1 | docker login --username AWS --password-stdin public.ecr.aws

- name: Log in to GitHub registry
Expand Down

0 comments on commit 3fa0d98

Please sign in to comment.