We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25cf6ea commit 390d272Copy full SHA for 390d272
main.nf
@@ -17,7 +17,7 @@ process latestDocker {
17
}
18
19
process versionedDocker {
20
- container 'katetran/dockstore-tool-helloworld:1@sha256helloworld'
+ container 'katetran/dockstore-tool-helloworld:1@sha256:helloworld'
21
22
exec:
23
println "versionedDocker"
0 commit comments