.github/workflows/docker.yml: caching doesn't seem particularly useful

This commit is contained in:
Vaibhav Sagar 2021-09-12 04:30:34 +10:00
parent 7dcbcb7239
commit 50fb46b337

View File

@ -27,4 +27,3 @@ jobs:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
snapshot: true
cache: true