We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1039a97 commit cd7bcd7Copy full SHA for cd7bcd7
2 files changed
.env
@@ -46,4 +46,4 @@ PORTAINER_TAG=linux-arm64-2.18.2
46
PORTAINER_PORT=9443
47
48
# Container
49
-GITHUB_CONTAINER_REPO=ghcr.io/jbris/nextflow-machine-learning:1.0.0
+GITHUB_CONTAINER_REPO=ghcr.io/jbris/nextflow-graph-machine-learning:1.0.0
nextflow.config
@@ -22,6 +22,6 @@ profiles {
22
docker {
23
docker.enabled = true
24
docker.remove = true
25
- process.container = 'ghcr.io/jbris/nextflow-machine-learning:1.0.0'
+ process.container = 'ghcr.io/jbris/nextflow-graph-machine-learning:1.0.0'
26
}
27
0 commit comments