Skip to content

Commit 809a8c9

Browse files
committed
CI: Fix release tagging
1 parent 92a2f65 commit 809a8c9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.circleci/config.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -341,8 +341,9 @@ jobs:
341341
name: Deploy to Docker Hub
342342
no_output_timeout: 40m
343343
command: |
344+
docker tag niworkflows:latest nipreps/niworkflows:latest
345+
docker tag niworkflows:latest nipreps/niworkflows:$CIRCLE_TAG
344346
docker push nipreps/niworkflows:latest
345-
docker tag nipreps/niworkflows nipreps/niworkflows:$CIRCLE_TAG
346347
docker push nipreps/niworkflows:$CIRCLE_TAG
347348
348349
build_docs:

0 commit comments

Comments
 (0)