a
All checks were successful
Build and Deploy docker container / build (push) Successful in 1m56s

This commit is contained in:
Jonathan Branan 2024-11-02 21:35:11 -05:00
parent 421c9d81da
commit e1ab90969d

View File

@ -34,7 +34,7 @@ jobs:
id: yarn-cache # use this to check for `cache-hit` (`steps.yarn-cache.outputs.cache-hit != 'true'`)
with:
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}
key: ${{ runner.os }}-yarn-${{ steps.get-hash.outputs.matched-files }}
key: ${{ runner.os }}-yarn-${{ steps.get-hash.outputs.hash }}
restore-keys: |
${{ runner.os }}-yarn-
- run: yarn