Skip to content

Commit e367dd7

Browse files
committed
fix docker cache (sync with atac)
1 parent 69476ae commit e367dd7

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.1.0
69+
export DOCKER_CACHE_TAG=v2.2.2-cache2
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)