mirror of
https://github.com/donaldzou/WGDashboard.git
synced 2025-04-19 08:55:12 +00:00
Update docker-related.yaml
Workflow fix fix
This commit is contained in:
parent
8137a46c68
commit
55543e370e
4
.github/workflows/docker-related.yaml
vendored
4
.github/workflows/docker-related.yaml
vendored
@ -10,7 +10,7 @@ on:
|
|||||||
default: 'true'
|
default: 'true'
|
||||||
|
|
||||||
env:
|
env:
|
||||||
DOCKER_IMAGE: ${{ secrets.DOCKER_HUB_USERNAME }}/wgdashboard
|
DOCKER_IMAGE: donaldzou/wgdashboard
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
docker_build_analyze:
|
docker_build_analyze:
|
||||||
@ -50,4 +50,4 @@ jobs:
|
|||||||
command: quickview,cves
|
command: quickview,cves
|
||||||
image: image://${{ env.DOCKER_IMAGE }}:latest
|
image: image://${{ env.DOCKER_IMAGE }}:latest
|
||||||
summary: true
|
summary: true
|
||||||
only-severities: critical,high,medium,low,unspecified
|
only-severities: critical,high,medium,low,unspecified
|
||||||
|
Loading…
x
Reference in New Issue
Block a user