40
40
env :
41
41
GOFLAGS : ' -gcflags=-trimpath=${{ github.workspace }} -asmflags=-trimpath=${{ github.workspace }}'
42
42
- name : Cache Artifacts
43
- uses : actions/cache@v2
43
+ uses : actions/cache@v2.1.4
44
44
with :
45
45
path : ${{ github.workspace }}/build/_output/bin/nginx-ingress-operator
46
46
key : nginx-ingress-operator-${{ github.run_id }}-${{ github.run_number }}
66
66
- name : Checkout Repository
67
67
uses : actions/checkout@v2
68
68
- name : Fetch Cached Artifacts
69
- uses : actions/cache@v2
69
+ uses : actions/cache@v2.1.4
70
70
with :
71
71
path : ${{ github.workspace }}/build/_output/bin/nginx-ingress-operator
72
72
key : nginx-ingress-operator-${{ github.run_id }}-${{ github.run_number }}
75
75
with :
76
76
driver-opts : network=host
77
77
- name : Cache Docker layers
78
- uses : actions/cache@v2
78
+ uses : actions/cache@v2.1.4
79
79
with :
80
80
path : /tmp/.buildx-cache
81
81
key : ${{ runner.os }}-buildx-${{ github.sha }}
@@ -103,7 +103,7 @@ jobs:
103
103
- name : Checkout Repository
104
104
uses : actions/checkout@v2
105
105
- name : Fetch Cached Artifacts
106
- uses : actions/cache@v2
106
+ uses : actions/cache@v2.1.4
107
107
with :
108
108
path : ${{ github.workspace }}/build/_output/bin/nginx-ingress-operator
109
109
key : nginx-ingress-operator-${{ github.run_id }}-${{ github.run_number }}
@@ -115,7 +115,7 @@ jobs:
115
115
with :
116
116
driver-opts : network=host
117
117
- name : Cache Docker layers
118
- uses : actions/cache@v2
118
+ uses : actions/cache@v2.1.4
119
119
with :
120
120
path : /tmp/.buildx-cache
121
121
key : ${{ runner.os }}-buildx-${{ github.sha }}
0 commit comments