File tree Expand file tree Collapse file tree 1 file changed +0
-18
lines changed
Expand file tree Collapse file tree 1 file changed +0
-18
lines changed Original file line number Diff line number Diff line change 6666 - name : Set up Docker Buildx
6767 uses : docker/setup-buildx-action@v1
6868
69- - name : Cache Docker layers
70- uses : actions/cache@v2
71- with :
72- path : /tmp/.buildx-cache
73- key : ${{ runner.os }}-buildx-${{ github.sha }}
74- restore-keys : |
75- ${{ runner.os }}-buildx-
76-
7769 - name : Log in to the Container registry
78707971 with :
9688 push : true
9789 tags : ${{ steps.meta.outputs.tags }}
9890 labels : ${{ steps.meta.outputs.labels }}
99- cache-from : type=local,src=/tmp/.buildx-cache
100- cache-to : type=local,dest=/tmp/.buildx-cache-new,mode=max
101-
102- - # Temp fix
103- # https://github.com/docker/build-push-action/issues/252
104- # https://github.com/moby/buildkit/issues/1896
105- name : Move cache
106- run : |
107- rm -rf /tmp/.buildx-cache
108- mv /tmp/.buildx-cache-new /tmp/.buildx-cache
You can’t perform that action at this time.
0 commit comments