43
43
- name : Build Binary
44
44
run : make binary
45
45
- name : Cache Artifacts
46
- uses : actions/cache@v2.1.5
46
+ uses : actions/cache@v2.1.6
47
47
with :
48
48
path : ${{ github.workspace }}/build/_output/bin/nginx-ingress-operator
49
49
key : nginx-ingress-operator-${{ github.run_id }}-${{ github.run_number }}
69
69
- name : Checkout Repository
70
70
uses : actions/checkout@v2
71
71
- name : Fetch Cached Artifacts
72
- uses : actions/cache@v2.1.5
72
+ uses : actions/cache@v2.1.6
73
73
with :
74
74
path : ${{ github.workspace }}/build/_output/bin/nginx-ingress-operator
75
75
key : nginx-ingress-operator-${{ github.run_id }}-${{ github.run_number }}
78
78
with :
79
79
driver-opts : network=host
80
80
- name : Cache Docker layers
81
- uses : actions/cache@v2.1.5
81
+ uses : actions/cache@v2.1.6
82
82
with :
83
83
path : /tmp/.buildx-cache
84
84
key : ${{ runner.os }}-buildx-${{ github.sha }}
@@ -106,7 +106,7 @@ jobs:
106
106
- name : Checkout Repository
107
107
uses : actions/checkout@v2
108
108
- name : Fetch Cached Artifacts
109
- uses : actions/cache@v2.1.5
109
+ uses : actions/cache@v2.1.6
110
110
with :
111
111
path : ${{ github.workspace }}/build/_output/bin/nginx-ingress-operator
112
112
key : nginx-ingress-operator-${{ github.run_id }}-${{ github.run_number }}
@@ -118,7 +118,7 @@ jobs:
118
118
with :
119
119
driver-opts : network=host
120
120
- name : Cache Docker layers
121
- uses : actions/cache@v2.1.5
121
+ uses : actions/cache@v2.1.6
122
122
with :
123
123
path : /tmp/.buildx-cache
124
124
key : ${{ runner.os }}-buildx-${{ github.sha }}
0 commit comments