Update ci.yml

This commit is contained in:
syeopite 2021-08-20 20:35:58 +00:00 committed by GitHub
parent bc78d30280
commit 5070fbfe77
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -106,7 +106,7 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1
- name: Cache Docker layers
- name: Cache Docker layers
uses: actions/cache@v2
with:
path: /tmp/.buildx-cache
@ -127,7 +127,6 @@ jobs:
run: while curl -Isf http://localhost:3000; do sleep 1; done
- name: Override old Docker cache
if: github.ref == 'refs/heads/master'
run: |
rm -rf /tmp/.buildx-cache
mv /tmp/.buildx-cache-new /tmp/.buildx-cache