mirror of
https://github.com/donaldzou/WGDashboard.git
synced 2024-12-27 09:22:19 +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'
|
default: 'true'
|
||||||
|
|
||||||
env:
|
env:
|
||||||
DOCKER_IMAGE: dselen/wgdashboard
|
DOCKER_IMAGE: donaldzou/wgdashboard
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
docker_analyze:
|
docker_analyze:
|
||||||
|
|
Loading…
Reference in a new issue