Skip to content

Commit 0731080

Browse files
author
Maik Hummel
committed
Disable cache temporarily
1 parent 0f02b18 commit 0731080

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.github/workflows/docker.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,6 @@ jobs:
3737
with:
3838
username: ${{ secrets.DOCKERHUB_USERNAME }}
3939
password: ${{ secrets.DOCKERHUB_TOKEN }}
40-
- name: Buildx cache
41-
uses: actions/cache@v1
42-
with:
43-
path: ${{ github.workspace }}/cache
44-
key: ${{ runner.os }}-docker-${{ hashfiles('cache/**') }}
45-
restore-keys: |
46-
${{ runner.os }}-docker
4740
- name: Build and push
4841
id: docker_build
4942
uses: docker/build-push-action@v2
@@ -52,8 +45,6 @@ jobs:
5245
push: ${{ github.event_name != 'pull_request' }}
5346
tags: ${{ steps.docker_meta.outputs.tags }}
5447
labels: ${{ steps.docker_meta.outputs.labels }}
55-
cache-from: type=local,src=${{ github.workspace }}/cache
56-
cache-to: type=local,dest=${{ github.workspace }}/cache
5748
- name: Run Trivy vulnerability scanner
5849
uses: aquasecurity/trivy-action@master
5950
with:

0 commit comments

Comments
 (0)