Skip to content

Commit

Permalink
fix: fix action build with environment
Browse files Browse the repository at this point in the history
fix action build with environment

fix action build with environment
  • Loading branch information
yuanyu90221 committed Aug 15, 2024
1 parent 4aa413e commit 1f9f823
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ env:
MYSQL_USER: ${{ secrets.MYSQL_USER }}
MYSQL_PASSWORD: ${{ secrets.MYSQL_PASSWORD }}
MYSQL_ADDR: ${{ secrets.MYSQL_ADDR }}
MYSQL_PORT: 3306
MYSQL_ROOT_PASSWORD: ${{ secrets.MYSQL_ROOT_PASSWORD }}
GIN_MODE: release
PORT: 8080
jobs:
Expand Down

0 comments on commit 1f9f823

Please sign in to comment.