We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e3cbd5 commit 19c96b0Copy full SHA for 19c96b0
.circleci/config.yml
@@ -76,7 +76,7 @@ jobs:
76
name: build image
77
command: |
78
source ${BASH_ENV}
79
- export DOCKER_CACHE_TAG=v1.8.1
+ export DOCKER_CACHE_TAG=v2.1.0
80
echo "pulling ${DOCKER_CACHE_TAG}!"
81
docker pull encodedcc/chip-seq-pipeline:${DOCKER_CACHE_TAG}
82
docker login -u=${DOCKERHUB_USER} -p=${DOCKERHUB_PASS}
0 commit comments