Add vercel cache for CI

This commit is contained in:
ajnart
2023-05-16 13:38:15 +09:00
parent 631864dfaf
commit c195987564
2 changed files with 8 additions and 0 deletions

View File

@@ -19,6 +19,9 @@ env:
REGISTRY: ghcr.io
# github.repository as <account>/<repo>
IMAGE_NAME: ${{ github.repository }}
TURBO_TOKEN: ${{ secrets.TURBO_TOKEN }}
TURBO_TEAM: ${{ secrets.TURBO_TEAM }}
jobs:
# Push image to GitHub Packages.