File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3333 uses : docker/setup-buildx-action@d7f5e7f509e45cec5c76c4d5afdd7de93d0b3df5 # v4.1.0
3434
3535 - name : Cache Docker layers
36- uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5 .0.5
36+ uses : actions/cache@2c8a9bd7457de244a408f35966fab2fb45fda9c8 # v6 .0.0
3737 with :
3838 path : /tmp/buildx-cache
3939 key : docker-cache-${{ github.head_ref }}
Original file line number Diff line number Diff line change 6262 echo "BUILDER_DOCKER_HASH=$(git ls-tree --full-tree HEAD -- ./Dockerfile.builder | awk '{ print $3 }')" >> $GITHUB_ENV
6363
6464 - name : Cache Docker layers
65- uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5 .0.5
65+ uses : actions/cache@2c8a9bd7457de244a408f35966fab2fb45fda9c8 # v6 .0.0
6666 with :
6767 path : /tmp/buildx-cache
6868 key : docker-cache-tests
@@ -167,7 +167,7 @@ jobs:
167167 tags : quay.io/${{ github.repository_owner }}/cilium-envoy-builder:${{ github.ref_name }}-archive-latest
168168
169169 - name : Cache Docker layers
170- uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5 .0.5
170+ uses : actions/cache@2c8a9bd7457de244a408f35966fab2fb45fda9c8 # v6 .0.0
171171 with :
172172 path : /tmp/buildx-cache
173173 key : docker-cache-${{ github.ref_name }}
Original file line number Diff line number Diff line change 4444 uses : docker/setup-buildx-action@d7f5e7f509e45cec5c76c4d5afdd7de93d0b3df5 # v4.1.0
4545
4646 - name : Cache Docker layers
47- uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5 .0.5
47+ uses : actions/cache@2c8a9bd7457de244a408f35966fab2fb45fda9c8 # v6 .0.0
4848 with :
4949 path : /tmp/buildx-cache
5050 key : docker-cache-tests
You can’t perform that action at this time.
0 commit comments