We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ed99f1 commit 781c98fCopy full SHA for 781c98f
.github/workflows/build_base.yaml
@@ -75,14 +75,6 @@ jobs:
75
id: buildx
76
uses: docker/setup-buildx-action@master
77
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
-
86
- name: Login to DockerHub
87
if: github.event_name != 'pull_request'
88
uses: docker/login-action@v3
@@ -103,5 +95,3 @@ jobs:
103
95
push: true
104
96
tags: ${{ steps.meta.outputs.tags }}
105
97
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