Skip to content

Commit

Permalink
Use GitHub cache for multi-stage caching
Browse files Browse the repository at this point in the history
  • Loading branch information
CheyiLin committed Aug 13, 2021
1 parent 93e45d2 commit b8509bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-dev.yml
Expand Up @@ -48,8 +48,8 @@ jobs:
with:
platforms: ${{ env.BUILD_PLATFORMS }}
push: true
cache-from: type=registry,ref=ghcr.io/cheyilin/wrk:dev
cache-to: type=registry,ref=ghcr.io/cheyilin/wrk:dev,mode=max
cache-from: type=gha
cache-to: type=gha,mode=max
labels: ${{ steps.meta.outputs.labels }}
tags: |
${{ steps.meta.outputs.tags }}

0 comments on commit b8509bf

Please sign in to comment.