Skip to content

Commit

Permalink
Merge pull request #26 from SharkPunch/remove-unnecessary-check-from-…
Browse files Browse the repository at this point in the history
…docker-login

Remove check for login action
  • Loading branch information
kblcuk authored Dec 22, 2021
2 parents 0ece364 + 9c6d5bf commit 60fc960
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ jobs:

- name: Login to GitHub Container Registry
uses: docker/login-action@v1
if: github.ref == 'refs/heads/main' && github.event_name != 'pull_request'
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
Expand Down

0 comments on commit 60fc960

Please sign in to comment.