Skip to content

Commit

Permalink
[REF] Docker org can't have hyphens
Browse files Browse the repository at this point in the history
Just use tedana/tedana-dev namespace
  • Loading branch information
rmarkello committed Nov 6, 2019
1 parent 7f92718 commit ef2512c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ For changes to the codebase, we suggest using our development Docker container w
You can run all the checks with:

```
docker run --tty --rm -v ${PWD}:/tedana me-ica/tedana-dev:latest run_all_tests
docker run --tty --rm -v ${PWD}:/tedana tedana/tedana-dev:latest run_all_tests
```

from within your local `tedana` repository.
Expand Down
4 changes: 2 additions & 2 deletions dev_tools/local_testing.sh
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ generate_tedana_dockerfile() {

build_tedana_image() {
#
# Recreates local Dockerfile and builds me-ica/tedana:local Docker image
# Recreates local Dockerfile and builds tedana/tedana-dev:local Docker image
#

if [ ! -z "${1}" ]; then
Expand All @@ -73,7 +73,7 @@ build_tedana_image() {
fi

generate_tedana_dockerfile
docker build --tag me-ica/tedana-dev:${tag} -f Dockerfile_dev .
docker build --tag tedana/tedana-dev:${tag} -f Dockerfile_dev .
}


Expand Down

0 comments on commit ef2512c

Please sign in to comment.