Skip to content

Commit cd7bcd7

Browse files
committed
rename of package
1 parent 1039a97 commit cd7bcd7

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,4 @@ PORTAINER_TAG=linux-arm64-2.18.2
4646
PORTAINER_PORT=9443
4747

4848
# Container
49-
GITHUB_CONTAINER_REPO=ghcr.io/jbris/nextflow-machine-learning:1.0.0
49+
GITHUB_CONTAINER_REPO=ghcr.io/jbris/nextflow-graph-machine-learning:1.0.0

nextflow.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ profiles {
2222
docker {
2323
docker.enabled = true
2424
docker.remove = true
25-
process.container = 'ghcr.io/jbris/nextflow-machine-learning:1.0.0'
25+
process.container = 'ghcr.io/jbris/nextflow-graph-machine-learning:1.0.0'
2626
}
2727
}

0 commit comments

Comments
 (0)