1 parent ee75a22 commit 7edf870Copy full SHA for 7edf870
2 files changed
.github/workflows/BuildDockerImage.yml
@@ -38,5 +38,7 @@ jobs:
38
context: .
39
platforms: linux/amd64,linux/arm64
40
push: false
41
+ cache-from: type=gha
42
+ cache-to: type=gha,mode=max
43
tags: ${{ steps.meta.outputs.tags }}
44
labels: ${{ steps.meta.outputs.labels }}
.github/workflows/PublishDockerImage.yml
@@ -55,6 +55,8 @@ jobs:
55
56
57
push: true
58
59
60
61
62
0 commit comments