Skip to content

Commit 781c98f

Browse files
committed
Remove cache layer from workflow
1 parent 7ed99f1 commit 781c98f

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

.github/workflows/build_base.yaml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -75,14 +75,6 @@ jobs:
7575
id: buildx
7676
uses: docker/setup-buildx-action@master
7777

78-
- name: Cache Docker layers
79-
uses: actions/cache@v4
80-
with:
81-
path: /tmp/.buildx-cache
82-
key: ${{ runner.os }}-buildx-${{ github.sha }}
83-
restore-keys: |
84-
${{ runner.os }}-buildx-
85-
8678
- name: Login to DockerHub
8779
if: github.event_name != 'pull_request'
8880
uses: docker/login-action@v3
@@ -103,5 +95,3 @@ jobs:
10395
push: true
10496
tags: ${{ steps.meta.outputs.tags }}
10597
labels: ${{ steps.meta.outputs.labels }}
106-
cache-from: type=local,src=/tmp/.buildx-cache
107-
cache-to: type=local,dest=/tmp/.buildx-cache-new

0 commit comments

Comments
 (0)