File tree Expand file tree Collapse file tree 1 file changed +0
-9
lines changed
Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Original file line number Diff line number Diff line change 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
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 :
You can’t perform that action at this time.
0 commit comments