Skip to content

Commit fcae1cb

Browse files
committed
CI: Do not push maintenance releases to :latest
1 parent 5d11b24 commit fcae1cb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.circleci/config.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -393,7 +393,6 @@ jobs:
393393
command: |
394394
if [[ -n "$DOCKER_PAT" ]]; then
395395
docker login -u $DOCKER_USER -p $DOCKER_PAT
396-
docker push nipreps/sdcflows:latest
397396
docker tag nipreps/sdcflows nipreps/sdcflows:$CIRCLE_TAG
398397
docker push nipreps/sdcflows:$CIRCLE_TAG
399398
fi

0 commit comments

Comments
 (0)