From 07310800d3339d8e093b3a778f31fd737ef3bc68 Mon Sep 17 00:00:00 2001 From: Maik Hummel Date: Sun, 14 Feb 2021 00:15:50 +0100 Subject: [PATCH] Disable cache temporarily --- .github/workflows/docker.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 1078f9d..c671dcb 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -37,13 +37,6 @@ jobs: with: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }} - - name: Buildx cache - uses: actions/cache@v1 - with: - path: ${{ github.workspace }}/cache - key: ${{ runner.os }}-docker-${{ hashfiles('cache/**') }} - restore-keys: | - ${{ runner.os }}-docker - name: Build and push id: docker_build uses: docker/build-push-action@v2 @@ -52,8 +45,6 @@ jobs: push: ${{ github.event_name != 'pull_request' }} tags: ${{ steps.docker_meta.outputs.tags }} labels: ${{ steps.docker_meta.outputs.labels }} - cache-from: type=local,src=${{ github.workspace }}/cache - cache-to: type=local,dest=${{ github.workspace }}/cache - name: Run Trivy vulnerability scanner uses: aquasecurity/trivy-action@master with: