Skip to content

Commit

Permalink
fix docker cache
Browse files Browse the repository at this point in the history
  • Loading branch information
leepc12 committed Feb 15, 2024
1 parent e367dd7 commit eaef60d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
name: build image
command: |
source ${BASH_ENV}
export DOCKER_CACHE_TAG=v2.2.2-cache2
export DOCKER_CACHE_TAG="WRN-503_ccd006dd-a484-4337-9754-fdf3d5b6d7b9"
echo "pulling ${DOCKER_CACHE_TAG}!"
docker pull encodedcc/chip-seq-pipeline:${DOCKER_CACHE_TAG}
docker login -u=${DOCKERHUB_USER} -p=${DOCKERHUB_PASS}
Expand Down

0 comments on commit eaef60d

Please sign in to comment.