Skip to content

Commit

Permalink
Try fix for Github Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
TheAxelander committed Sep 3, 2024
1 parent 41398f2 commit 4681281
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docker-image-pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ jobs:
ports:
- 3306:3306
env:
MYSQL_DATABASE: openbudgeteer_test
MYSQL_USER: openbudgeteer_test
MYSQL_PASSWORD: openbudgeteer_test
MARIADB_DATABASE: openbudgeteer_test
MARIADB_USER: openbudgeteer_test
MARIADB_PASSWORD: openbudgeteer_test

steps:
- name: Check out repo
Expand Down

0 comments on commit 4681281

Please sign in to comment.