This repository was archived by the owner on May 19, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 31
31
echo ::set-output name=BUILD_DATE::$(date -u +'%Y-%m-%dT%H:%M:%SZ')
32
32
echo ::set-output name=VERSION::${VERSION}
33
33
- name : Cache container layers
34
- uses : actions/cache@v3.0.6
34
+ uses : actions/cache@v3.2.0
35
35
with :
36
36
path : /tmp/.buildx-cache
37
37
key : ${{ runner.os }}-buildx-${{ github.sha }}
Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ jobs:
105
105
with :
106
106
dockerfile : Dockerfile
107
107
- name : Cache container layers
108
- uses : actions/cache@v3.0.6
108
+ uses : actions/cache@v3.2.0
109
109
with :
110
110
path : /tmp/.buildx-cache
111
111
key : ${{ runner.os }}-buildx-${{ github.sha }}
Original file line number Diff line number Diff line change 28
28
run : |
29
29
echo "::set-output name=tag::${GITHUB_REF#refs/tags/}"
30
30
- name : Cache container layers
31
- uses : actions/cache@v3.0.6
31
+ uses : actions/cache@v3.2.0
32
32
with :
33
33
path : /tmp/.buildx-cache
34
34
key : ${{ runner.os }}-buildx-${{ github.sha }}
Original file line number Diff line number Diff line change 30
30
with :
31
31
dockerfile : Dockerfile
32
32
- name : Cache container layers
33
- uses : actions/cache@v3.0.6
33
+ uses : actions/cache@v3.2.0
34
34
with :
35
35
path : /tmp/.buildx-cache
36
36
key : ${{ runner.os }}-buildx-${{ github.sha }}
You can’t perform that action at this time.
0 commit comments