diff --git a/.github/workflows/build-test-release.yml b/.github/workflows/build-test-release.yml index f9957a1..f582f81 100644 --- a/.github/workflows/build-test-release.yml +++ b/.github/workflows/build-test-release.yml @@ -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