File tree Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Original file line number Diff line number Diff line change 28
28
with :
29
29
jvm : zulu:11.0.10
30
30
apps : sbt scala
31
+ - name : Docker cache
32
+ id : cache-primes
33
+ uses : actions/cache@v4
34
+ with :
35
+ path : docker-cache
36
+ key : docker-cache
31
37
- name : Compile and prepare Docker configuration
32
38
run : sbt Docker/stage
33
39
env :
60
66
tags : ${{ steps.meta.outputs.tags }}
61
67
labels : ${{ steps.meta.outputs.labels }}
62
68
push : false
63
- cache-from : type=gha
64
- cache-to : type=gha ,mode=max
69
+ cache-from : type=local,src=docker-cache
70
+ cache-to : type=local,dest=docker-cache ,mode=max
65
71
- name : Test image
66
72
env :
67
73
DOCKER_TAG : ${{ steps.meta.outputs.tags }}
75
81
push : true
76
82
tags : ${{ steps.meta.outputs.tags }}
77
83
labels : ${{ steps.meta.outputs.labels }}
78
- cache-from : type=gha
79
- cache-to : type=gha ,mode=max
84
+ cache-from : type=local,src=docker-cache
85
+ cache-to : type=local,dest=docker-cache ,mode=max
80
86
- name : Attest
81
87
uses : actions/attest-build-provenance@v2
82
88
id : attest
You can’t perform that action at this time.
0 commit comments