Skip to content

Commit

Permalink
Remove check for login action
Browse files Browse the repository at this point in the history
Right now it for some reason isn't fired, and thus we can't publish the
image
  • Loading branch information
kblcuk committed Dec 22, 2021
1 parent 0ece364 commit 9c6d5bf
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 9c6d5bf

Please sign in to comment.