Skip to content

Commit 67df187

Browse files
committed
use build cache
1 parent 856c75a commit 67df187

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: .github/workflows/build.yml

+2
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ jobs:
3030
with:
3131
push: true
3232
tags: ghcr.io/wechaty/bot5-rasa-nlu:latest
33+
cache-from: type=registry,ref=ghcr.io/wechaty/bot5-rasa-nlu:buildcache
34+
cache-to: type=registry,ref=ghcr.io/wechaty/bot5-rasa-nlu:buildcache,mode=max
3335
-
3436
name: Image digest
3537
run: echo ${{ steps.docker_build.outputs.digest }}

0 commit comments

Comments
 (0)