We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f02b18 commit 0731080Copy full SHA for 0731080
1 file changed
.github/workflows/docker.yml
@@ -37,13 +37,6 @@ jobs:
37
with:
38
username: ${{ secrets.DOCKERHUB_USERNAME }}
39
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
47
- name: Build and push
48
id: docker_build
49
uses: docker/build-push-action@v2
@@ -52,8 +45,6 @@ jobs:
52
push: ${{ github.event_name != 'pull_request' }}
53
tags: ${{ steps.docker_meta.outputs.tags }}
54
labels: ${{ steps.docker_meta.outputs.labels }}
55
- cache-from: type=local,src=${{ github.workspace }}/cache
56
- cache-to: type=local,dest=${{ github.workspace }}/cache
57
- name: Run Trivy vulnerability scanner
58
uses: aquasecurity/trivy-action@master
59
50
0 commit comments