Skip to content

Commit

Permalink
do not skip log in to ghcr
Browse files Browse the repository at this point in the history
  • Loading branch information
junjun-zhang committed Jan 29, 2021
1 parent 16f4ea7 commit e5f67a7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/build-test-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,6 @@ jobs:
sudo mv nextflow /usr/local/bin/
- name: "Login to GitHub Container Registry" # normally shouldn't need to loging, but new image when just created is private
if: ${{ needs.build.outputs.branch != 'main' }}
uses: docker/login-action@v1
with:
registry: ghcr.io
Expand Down

0 comments on commit e5f67a7

Please sign in to comment.