Skip to content

Commit eaef60d

Browse files
committed
fix docker cache
1 parent e367dd7 commit eaef60d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
name: build image
6767
command: |
6868
source ${BASH_ENV}
69-
export DOCKER_CACHE_TAG=v2.2.2-cache2
69+
export DOCKER_CACHE_TAG="WRN-503_ccd006dd-a484-4337-9754-fdf3d5b6d7b9"
7070
echo "pulling ${DOCKER_CACHE_TAG}!"
7171
docker pull encodedcc/chip-seq-pipeline:${DOCKER_CACHE_TAG}
7272
docker login -u=${DOCKERHUB_USER} -p=${DOCKERHUB_PASS}

0 commit comments

Comments
 (0)