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 69476ae commit e367dd7Copy full SHA for e367dd7
.circleci/config.yml
@@ -66,7 +66,7 @@ jobs:
66
name: build image
67
command: |
68
source ${BASH_ENV}
69
- export DOCKER_CACHE_TAG=v2.1.0
+ export DOCKER_CACHE_TAG=v2.2.2-cache2
70
echo "pulling ${DOCKER_CACHE_TAG}!"
71
docker pull encodedcc/chip-seq-pipeline:${DOCKER_CACHE_TAG}
72
docker login -u=${DOCKERHUB_USER} -p=${DOCKERHUB_PASS}
0 commit comments