We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 640b7fd commit b098abbCopy full SHA for b098abb
.circleci/config.yml
@@ -766,6 +766,7 @@ jobs:
766
# only tag & push latest if CIRCLE_TAG is set
767
if [ -n "${CIRCLE_TAG:-}" ]; then
768
docker push nipreps/mriqc:latest
769
+ fi
770
771
docker tag nipreps/mriqc nipreps/mriqc:"${CIRCLE_TAG:='experimental'}"
772
docker push nipreps/mriqc:"$CIRCLE_TAG"
0 commit comments