Skip to content

Commit

Permalink
尝试在构建中使用 gha 缓存
Browse files Browse the repository at this point in the history
  • Loading branch information
mokeyjay committed Nov 20, 2023
1 parent 14df8f2 commit 83d5dfa
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,6 @@ jobs:
file: docker/Dockerfile
push: true
tags: ${{ steps.meta.outputs.tags }}
platforms: linux/amd64,linux/arm64
platforms: linux/amd64,linux/arm64
cache-from: type=gha
cache-to: type=gha,mode=max

0 comments on commit 83d5dfa

Please sign in to comment.