Merge pull request #1096 from crazy-max/ci-cache

ci: enable cache
This commit is contained in:
Tõnis Tiigi
2022-05-12 10:25:15 -07:00
committed by GitHub
4 changed files with 26 additions and 3 deletions

View File

@@ -29,6 +29,10 @@ jobs:
uses: docker/bake-action@v1
with:
targets: binaries
set: |
*.cache-from=type=gha,scope=release
*.cache-from=type=gha,scope=binaries
*.cache-to=type=gha,scope=binaries
-
name: Rename binary
run: |