Skip to content

Commit 20b03f6

Browse files
authored
fix: amend previous commits
1 parent b098abb commit 20b03f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -768,7 +768,7 @@ jobs:
768768
docker push nipreps/mriqc:latest
769769
fi
770770
771-
docker tag nipreps/mriqc nipreps/mriqc:"${CIRCLE_TAG:='experimental'}"
771+
docker tag nipreps/mriqc nipreps/mriqc:"${CIRCLE_TAG:=experimental}"
772772
docker push nipreps/mriqc:"$CIRCLE_TAG"
773773
echo "Pushed tag ${CIRCLE_TAG} to Docker Hub"
774774

0 commit comments

Comments
 (0)