Skip to content

Commit

Permalink
CI/DOCKER: Try to target just main build
Browse files Browse the repository at this point in the history
  • Loading branch information
effigies committed Apr 10, 2023
1 parent 4f8af2f commit be4d701
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,7 @@ jobs:
--cache-from=localhost:5000/workbench \
--cache-from=localhost:5000/micromamba \
-t nipreps/fmriprep:latest \
--target fmriprep \
--build-arg BUILD_DATE=`date -u +"%Y-%m-%dT%H:%M:%SZ"` \
--build-arg VCS_REF=`git rev-parse --short HEAD` \
--build-arg VERSION="${CIRCLE_TAG:-$THISVERSION}" . \
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ RUN /opt/conda/envs/fmriprep/bin/pip install --no-cache-dir -r /tmp/requirements
#

# Use Ubuntu 22.04 LTS
FROM ubuntu:jammy-20221130
FROM ubuntu:jammy-20221130 as fmriprep

# Configure apt
ENV DEBIAN_FRONTEND="noninteractive" \
Expand Down

0 comments on commit be4d701

Please sign in to comment.