Skip to content

Commit

Permalink
Add podman.registry config option
Browse files Browse the repository at this point in the history
  • Loading branch information
adamrtalbot committed Apr 25, 2023
1 parent 99961be commit dd0b25e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions nf_core/pipeline-template/nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,8 @@ profiles {
}
podman {
podman.enabled = true
podman.registry = 'quay.io'
conda.enabled = false
docker.enabled = false
singularity.enabled = false
shifter.enabled = false
Expand Down

0 comments on commit dd0b25e

Please sign in to comment.