mirror of
https://github.com/donaldzou/WGDashboard.git
synced 2024-12-26 17:04:14 +08:00
Fixed incorrect Docker_IMAGE variable from dselen/ -> donaldzou/
This commit is contained in:
parent
747f1a6fae
commit
adeb57864b
1 changed files with 1 additions and 1 deletions
2
.github/workflows/docker-analyze.yaml
vendored
2
.github/workflows/docker-analyze.yaml
vendored
|
@ -10,7 +10,7 @@ on:
|
|||
default: 'true'
|
||||
|
||||
env:
|
||||
DOCKER_IMAGE: dselen/wgdashboard
|
||||
DOCKER_IMAGE: donaldzou/wgdashboard
|
||||
|
||||
jobs:
|
||||
docker_analyze:
|
||||
|
|
Loading…
Reference in a new issue