Skip to content

Commit 4aa413e

Browse files
committed
fix: fix action build with env
fix action build with env fix action build with env
1 parent b480aef commit 4aa413e

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/image.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,12 @@ on:
1010

1111
env:
1212
IMAGE_NAME: blog-api
13-
13+
MYSQL_DATABASE: ${{ secrets.MYSQL_DATABASE }}
14+
MYSQL_USER: ${{ secrets.MYSQL_USER }}
15+
MYSQL_PASSWORD: ${{ secrets.MYSQL_PASSWORD }}
16+
MYSQL_ADDR: ${{ secrets.MYSQL_ADDR }}
17+
GIN_MODE: release
18+
PORT: 8080
1419
jobs:
1520

1621
push:

0 commit comments

Comments
 (0)