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 Aug 30, 2024
1 parent aed298c commit 5225f62
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
- v*

jobs:
mysql57:
mysql:8.0
runs-on: ubuntu-latest
if: github.event.pull_request.draft == false && !contains(github.event.pull_request.labels.*.name, 'WIP')
steps:
Expand All @@ -28,7 +28,7 @@ jobs:
- name: Set up MySQL
uses: cweinberger/github-actions-mysql@main
with:
version: 5.7
version: 8.0
hostPort: 3306
containerPort: 3306
rootPassword: root
Expand Down

0 comments on commit 5225f62

Please sign in to comment.