Skip to content

Commit

Permalink
Move login section
Browse files Browse the repository at this point in the history
  • Loading branch information
Ksenia Krasheninnikova committed Mar 19, 2024
1 parent 12d2f0c commit c469113
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,6 @@ concurrency:
cancel-in-progress: true

jobs:
login:
runs-on: ubuntu2204-4c
steps:
- name: Login to GitHub Container Registry
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
test:
name: Run pipeline with test data
# Only run on push if this is the nf-core dev branch (merged PRs)
Expand All @@ -38,6 +29,12 @@ jobs:
- "22.10.1"
- "latest-everything"
steps:
- name: Login to GitHub Container Registry
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Check out pipeline code
uses: actions/checkout@v3

Expand Down

0 comments on commit c469113

Please sign in to comment.