Skip to content

Commit

Permalink
enh: add a test for version in built image
Browse files Browse the repository at this point in the history
  • Loading branch information
oesteban authored Sep 10, 2024
1 parent 934335f commit bd6b35d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,9 @@ jobs:
--build-arg VERSION="${CIRCLE_TAG:-$THISVERSION}" . \
&& e=0 && break || sleep 15
done && [ "$e" -eq "0" ]
DOCKER_VERSION=$( docker run --rm nipreps/mriqc:latest --version )
test "${CIRCLE_TAG:-$THISVERSION}" == "$DOCKER_VERSION"
- run:
name: Docker push to local registry
no_output_timeout: 40m
Expand Down

0 comments on commit bd6b35d

Please sign in to comment.