Merge pull request #110 from HideyoshiSolutions/chore/better-docker-cache
chore: better docker cache
This commit is contained in:
4
.github/workflows/deploy.yml
vendored
4
.github/workflows/deploy.yml
vendored
@@ -80,8 +80,8 @@ jobs:
|
||||
tags: |
|
||||
${{ env.IMAGE_LATEST }}
|
||||
${{ env.IMAGE_SHA }}
|
||||
cache-from: type=registry,ref=${{ env.IMAGE_LATEST }}
|
||||
cache-to: type=inline
|
||||
cache-from: type=registry,ref=ghcr.io/hideyoshisolutions/frontend-hideyoshi.com:cache
|
||||
cache-to: type=registry,ref=ghcr.io/hideyoshisolutions/frontend-hideyoshi.com:cache,mode=max
|
||||
|
||||
deploy:
|
||||
needs: [docker]
|
||||
|
||||
Reference in New Issue
Block a user