Skip to content

Commit

Permalink
Update docker-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
curtishall authored Jul 29, 2023
1 parent 0eed772 commit 8a73d41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
#echo "db-host=$host" >> $GITHUB_OUTPUT
#echo "$db-host"
sudo apt -y install mysql-client
mysql -uroot --password=test -h 127.0.0.1 -e 'show databases;'
mysql -uroot --password=test -h 127.0.0.1 -p 33060 -e 'show databases;'
- name: Copy envs
run: |
cp -a .env-org server/.env
Expand Down

0 comments on commit 8a73d41

Please sign in to comment.