Skip to content

Commit

Permalink
Remove cache layer from workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ioppermann committed Apr 5, 2024
1 parent 7ed99f1 commit 781c98f
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/build_base.yaml
Expand Up @@ -75,14 +75,6 @@ jobs:
id: buildx
uses: docker/setup-buildx-action@master

- name: Cache Docker layers
uses: actions/cache@v4
with:
path: /tmp/.buildx-cache
key: ${{ runner.os }}-buildx-${{ github.sha }}
restore-keys: |
${{ runner.os }}-buildx-
- name: Login to DockerHub
if: github.event_name != 'pull_request'
uses: docker/login-action@v3
Expand All @@ -103,5 +95,3 @@ jobs:
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
cache-from: type=local,src=/tmp/.buildx-cache
cache-to: type=local,dest=/tmp/.buildx-cache-new

0 comments on commit 781c98f

Please sign in to comment.