fix key?
All checks were successful
/ docker (push) Successful in 33s

This commit is contained in:
Lee 2023-07-08 01:01:21 +01:00
parent fab61be362
commit 59e116c19d

@ -11,11 +11,12 @@ jobs:
- name: Checkout - name: Checkout
uses: https://github.com/actions/checkout@v3 uses: https://github.com/actions/checkout@v3
- uses: actions/cache@v3 - name: Cache Docker
uses: actions/cache@v3
id: docker-cache id: docker-cache
with: with:
path: /usr/bin/docker path: /usr/bin/docker
key: ${{ runner.os }}-${{ hashFiles('**') }} key: ${{ runner.os }}-docker
- name: Install Docker - name: Install Docker
if: steps.docker-cache.outputs.cache-hit != 'true' if: steps.docker-cache.outputs.cache-hit != 'true'