mirror of
https://github.com/setube/ogame-vue-ts.git
synced 2026-05-12 07:55:11 +08:00
build(workflows): 更新Docker构建缓存配置
- 在GitHub Actions工作流中启用最大模式缓存 - 添加OCI镜像描述注解支持 - 配置Docker镜像输出元数据
This commit is contained in:
1
.github/workflows/ogame-vue-ts.yml
vendored
1
.github/workflows/ogame-vue-ts.yml
vendored
@@ -57,3 +57,4 @@ jobs:
|
||||
${{ vars.DOCKERHUB_USERNAME != '' && format('docker.io/{0}/ogame-vue-ts:{1}', vars.DOCKERHUB_USERNAME, github.sha) || '' }}
|
||||
cache-from: type=gha
|
||||
cache-to: type=gha,mode=max
|
||||
outputs: type=image,name=target,annotation-index.org.opencontainers.image.description=OGame Vue
|
||||
Reference in New Issue
Block a user