Skip to content

Commit 046ee92

Browse files
authored
Try to fix docker push (#10)
1 parent 69669a3 commit 046ee92

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

.github/workflows/autorelease.yml

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -66,14 +66,6 @@ jobs:
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
7870
uses: docker/[email protected]
7971
with:
@@ -96,13 +88,3 @@ jobs:
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

0 commit comments

Comments
 (0)