Test caching to avoid cargo build issues

This commit is contained in:
Georg Krause 2022-08-22 19:40:31 +02:00
parent 3087921bf7
commit f3c6bc03e4
No known key found for this signature in database
GPG Key ID: 2970D504B2183D22
1 changed files with 4 additions and 0 deletions

View File

@ -349,6 +349,10 @@ deploy_documentation:
- docker:20-dind - docker:20-dind
before_script: before_script:
- docker login -u $DOCKER_LOGIN -p $DOCKER_PASSWORD - docker login -u $DOCKER_LOGIN -p $DOCKER_PASSWORD
cache:
key: docker_public_${CI_COMMIT_REF_NAME}
paths:
- ~/.cargo
script: script:
docker_publish_stable_release: docker_publish_stable_release: