From c2e95265ace62d3909117fae856fa528148c632d Mon Sep 17 00:00:00 2001 From: Ingo Oppermann Date: Thu, 22 Feb 2024 21:07:09 +0100 Subject: [PATCH] Remove layer cache --- .github/workflows/build_restreamer-ui_dev.yaml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.github/workflows/build_restreamer-ui_dev.yaml b/.github/workflows/build_restreamer-ui_dev.yaml index 741d5d1..a255158 100644 --- a/.github/workflows/build_restreamer-ui_dev.yaml +++ b/.github/workflows/build_restreamer-ui_dev.yaml @@ -63,14 +63,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 @@ -90,5 +82,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