Skip to content

Commit 19c96b0

Browse files
committed
use more recent cache
1 parent 4e3cbd5 commit 19c96b0

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
@@ -76,7 +76,7 @@ jobs:
7676
name: build image
7777
command: |
7878
source ${BASH_ENV}
79-
export DOCKER_CACHE_TAG=v1.8.1
79+
export DOCKER_CACHE_TAG=v2.1.0
8080
echo "pulling ${DOCKER_CACHE_TAG}!"
8181
docker pull encodedcc/chip-seq-pipeline:${DOCKER_CACHE_TAG}
8282
docker login -u=${DOCKERHUB_USER} -p=${DOCKERHUB_PASS}

0 commit comments

Comments
 (0)