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 b098abb commit 20b03f6Copy full SHA for 20b03f6
.circleci/config.yml
@@ -768,7 +768,7 @@ jobs:
768
docker push nipreps/mriqc:latest
769
fi
770
771
- docker tag nipreps/mriqc nipreps/mriqc:"${CIRCLE_TAG:='experimental'}"
+ docker tag nipreps/mriqc nipreps/mriqc:"${CIRCLE_TAG:=experimental}"
772
docker push nipreps/mriqc:"$CIRCLE_TAG"
773
echo "Pushed tag ${CIRCLE_TAG} to Docker Hub"
774
0 commit comments