Skip to content

Commit

Permalink
chore: remove explicit logout, rely on post-action logout
Browse files Browse the repository at this point in the history
  • Loading branch information
clareliguori committed Aug 10, 2020
1 parent 19bc0cc commit 54b4436
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions test-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,3 @@ jobs:
uses: aws-actions/amazon-ecr-login@v1
with:
registries: ${{ steps.configure-aws-credentials.outputs.aws-account-id }}

- name: Logout of Amazon ECR
if: always()
run: docker logout ${{ steps.login-ecr.outputs.registry }}

0 comments on commit 54b4436

Please sign in to comment.