Skip to content

Commit

Permalink
Ensure docker logout happens also on failure
Browse files Browse the repository at this point in the history
  • Loading branch information
marcofranssen committed Mar 5, 2021
1 parent c1e28b9 commit cb0a295
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/golang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,4 +97,5 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}

- name: Logout from DockerHub Registry
if: ${{ always() }}
run: docker logout

0 comments on commit cb0a295

Please sign in to comment.