Skip to content

Commit b0547d2

Browse files
authored
Merge branch 'main' into nav-tab
2 parents a1beb1f + e7f0fd6 commit b0547d2

File tree

1 file changed

+0
-19
lines changed

1 file changed

+0
-19
lines changed

.github/actions/docker-build/action.yaml

-19
Original file line numberDiff line numberDiff line change
@@ -57,14 +57,6 @@ runs:
5757
- name: Set up Docker Buildx
5858
uses: docker/setup-buildx-action@v3
5959

60-
- name: Cache Docker layers
61-
uses: actions/cache@v3
62-
with:
63-
path: /tmp/.buildx-cache
64-
key: ${{ runner.os }}-buildx-${{ github.sha }}
65-
restore-keys: |
66-
${{ runner.os }}-buildx-
67-
6860
- name: Log in to the Container registry
6961
if: ${{ inputs.push }}
7062
uses: docker/login-action@v3
@@ -92,14 +84,3 @@ runs:
9284
provenance: false
9385
tags: ${{ steps.meta.outputs.tags }}
9486
labels: ${{ steps.meta.outputs.labels }}
95-
cache-from: type=local,src=/tmp/.buildx-cache
96-
cache-to: type=local,dest=/tmp/.buildx-cache-new,mode=max
97-
98-
- # Temp fix
99-
# https://github.com/docker/build-push-action/issues/252
100-
# https://github.com/moby/buildkit/issues/1896
101-
name: Move cache
102-
shell: bash
103-
run: |
104-
rm -rf /tmp/.buildx-cache
105-
mv /tmp/.buildx-cache-new /tmp/.buildx-cache

0 commit comments

Comments
 (0)