mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-05-01 07:23:58 +00:00
workflow fix
This commit is contained in:
2
.github/workflows/run-tests.yaml
vendored
2
.github/workflows/run-tests.yaml
vendored
@@ -111,7 +111,7 @@ jobs:
|
|||||||
ports:
|
ports:
|
||||||
- '16004:3306'
|
- '16004:3306'
|
||||||
env:
|
env:
|
||||||
- MYSQL_ROOT_PASSWORD=Pwd2020Db
|
MYSQL_ROOT_PASSWORD: Pwd2020Db
|
||||||
mysql-ssh-login:
|
mysql-ssh-login:
|
||||||
image: 'ghcr.io/dbgate/mysql-ssh-login:latest'
|
image: 'ghcr.io/dbgate/mysql-ssh-login:latest'
|
||||||
ports:
|
ports:
|
||||||
|
|||||||
@@ -143,7 +143,7 @@ jobs:
|
|||||||
ports:
|
ports:
|
||||||
- 16004:3306
|
- 16004:3306
|
||||||
env:
|
env:
|
||||||
- MYSQL_ROOT_PASSWORD=Pwd2020Db
|
MYSQL_ROOT_PASSWORD: Pwd2020Db
|
||||||
|
|
||||||
mysql-ssh-login:
|
mysql-ssh-login:
|
||||||
image: ghcr.io/dbgate/mysql-ssh-login:latest
|
image: ghcr.io/dbgate/mysql-ssh-login:latest
|
||||||
|
|||||||
Reference in New Issue
Block a user