mirror of https://github.com/go-gost/gost.git
add cache for CI
parent
e2f0cffb1b
commit
f0981298b8
|
|
@ -70,3 +70,5 @@ jobs:
|
|||
platforms: linux/386,linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64/v8
|
||||
push: true
|
||||
tags: ${{ steps.prepare.outputs.tags }}
|
||||
cache-from: type=registry,ref=${{ steps.prepare.outputs.docker_image }}:buildcache
|
||||
cache-to: type=registry,ref=${{ steps.prepare.outputs.docker_image }}:buildcache,mode=max
|
||||
|
|
|
|||
Loading…
Reference in New Issue