Skip to content

Commit

Permalink
Merge branch '8'
Browse files Browse the repository at this point in the history
  • Loading branch information
rongxin-liu committed Jul 16, 2023
2 parents b341d49 + 8646a6b commit 3438d1c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ deploy:
provider: script
script: docker push cs50/mysql:${TRAVIS_BRANCH/master/latest}
on:
condition: "$TRAVIS_BRANCH =~ ^master$"
all_branches: true
after_deploy: |
#!/bin/bash
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
FROM mysql:5.6
FROM mysql:8
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
build:
docker build -t cs50/mysql .
docker build -t cs50/mysql:8 .

rebuild:
docker build --no-cache -t cs50/mysql .
docker build --no-cache -t cs50/mysql:8 .
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Wrapper for <https://hub.docker.com/_/mysql/> that locks MySQL to 5.6.x.
Wrapper for <https://hub.docker.com/_/mysql/> that locks MySQL to 8.x.y.

0 comments on commit 3438d1c

Please sign in to comment.