We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6f0923 commit 6ef5b28Copy full SHA for 6ef5b28
.github/workflows/ci.yml
@@ -98,7 +98,7 @@ jobs:
98
- name: Build Binary
99
run: make build
100
- name: Cache Artifacts
101
- uses: actions/cache@v2.1.6
+ uses: actions/cache@v2.1.7
102
with:
103
path: ${{ github.workspace }}/build/.out/gateway
104
key: nginx-gateway-kubernetes-${{ github.run_id }}-${{ github.run_number }}
@@ -111,7 +111,7 @@ jobs:
111
- name: Checkout Repository
112
uses: actions/checkout@v2
113
- name: Fetch Cached Artifacts
114
115
116
117
0 commit comments