File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 49
49
# Also containerd is one of the option to allow preserving provenance attestations:
50
50
# https://docs.docker.com/build/attestations/#creating-attestations
51
51
- name : Setup docker with containerd
52
- uses : crazy-max/ghaction-setup-docker@v3
52
+ uses : crazy-max/ghaction-setup-docker@635d07c09dc2b52072362e9bb37e7e789767106d # infered from @ v3
53
53
with :
54
54
daemon-config : |
55
55
{
Original file line number Diff line number Diff line change 33
33
34
34
# setup containerd to preserve provenance attestations :https://docs.docker.com/build/attestations/#creating-attestations
35
35
- name : Setup docker with containerd
36
- uses : crazy-max/ghaction-setup-docker@v3
36
+ uses : crazy-max/ghaction-setup-docker@635d07c09dc2b52072362e9bb37e7e789767106d # infered from @ v3
37
37
with :
38
38
daemon-config : |
39
39
{
You can’t perform that action at this time.
0 commit comments