chore: Optimization docker (#17)

* feat: docker build adds cache

* fix: dockerfile optimization

* doc: dockerhub pictures are not displayed properly

---------

Co-authored-by: DDSRem <1448139087@qq.com>
This commit is contained in:
DDSDerek
2024-01-04 20:51:03 +08:00
committed by GitHub
co-authored by DDSRem
parent 8ea2fbe0f9
commit 6cbacbd127
4 changed files with 23 additions and 12 deletions
+3 -1
View File
@@ -43,4 +43,6 @@ jobs:
linux/arm64/v8
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
labels: ${{ steps.meta.outputs.labels }}
cache-from: type=gha, scope=${{ github.workflow }}
cache-to: type=gha, scope=${{ github.workflow }}