Skip to content

Commit

Permalink
Update .circleci/config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
oesteban authored Sep 25, 2024
1 parent bd6b35d commit d843178
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,8 @@ jobs:
done && [ "$e" -eq "0" ]
DOCKER_VERSION=$( docker run --rm nipreps/mriqc:latest --version )
echo "Target version: \"${CIRCLE_TAG:-$THISVERSION}\""
echo "Docker version: \"${DOCKER_VERSION}\""
test "${CIRCLE_TAG:-$THISVERSION}" == "$DOCKER_VERSION"
- run:
name: Docker push to local registry
Expand Down

0 comments on commit d843178

Please sign in to comment.