Skip to content

Commit

Permalink
Merge pull request #289 from nipreps/docker/mcribs
Browse files Browse the repository at this point in the history
CI: Fix dev image name
  • Loading branch information
mgxd authored May 26, 2023
2 parents 6e2778a + cdae035 commit cda42ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ jobs:
# Build docker image
e=1 && for i in {1..3}; do
docker build --rm \
--cache-from=nipreps/nibabies \
--cache-from=nipreps/nibabies:dev \
-t nipreps/nibabies:dev \
--build-arg BUILD_DATE=`date -u +"%Y-%m-%dT%H:%M:%SZ"` \
--build-arg VCS_REF=`git rev-parse --short HEAD` \
Expand Down Expand Up @@ -469,7 +469,7 @@ jobs:
name: Deploy to Docker Hub
no_output_timeout: 40m
command: |
docker tag nipreps/nibabies nipreps/nibabies:${CIRCLE_BRANCH#docker/}
docker tag nipreps/nibabies:dev nipreps/nibabies:${CIRCLE_BRANCH#docker/}
docker push nipreps/nibabies:${CIRCLE_BRANCH#docker/}
Expand Down

0 comments on commit cda42ff

Please sign in to comment.