Skip to content

Commit 1f9f823

Browse files
committed
fix: fix action build with environment
fix action build with environment fix action build with environment
1 parent 4aa413e commit 1f9f823

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/image.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ env:
1414
MYSQL_USER: ${{ secrets.MYSQL_USER }}
1515
MYSQL_PASSWORD: ${{ secrets.MYSQL_PASSWORD }}
1616
MYSQL_ADDR: ${{ secrets.MYSQL_ADDR }}
17+
MYSQL_PORT: 3306
18+
MYSQL_ROOT_PASSWORD: ${{ secrets.MYSQL_ROOT_PASSWORD }}
1719
GIN_MODE: release
1820
PORT: 8080
1921
jobs:

0 commit comments

Comments
 (0)