File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 44 push :
55 branches :
66 - master
7- permissions :
8- packages : write
97jobs :
108 build-and-push :
119 name : Build and Push
1210 runs-on : ubuntu-latest
11+ permissions :
12+ packages : write
1313 steps :
1414 - uses : actions/checkout@v4
1515 - uses : docker/setup-qemu-action@v3
Original file line number Diff line number Diff line change 44 push :
55 branches :
66 - master
7- permissions :
8- packages : write
97jobs :
108 build-and-push :
119 runs-on : ubuntu-latest
10+ permissions :
11+ packages : write
1212 steps :
1313 - uses : actions/checkout@v4
1414 - uses : docker/setup-qemu-action@v3
Original file line number Diff line number Diff line change 1- create database if not exists pterodactyl_test ;
1+ create database if not exists testing ;
22
3- grant all on pterodactyl_test .* TO ' pterodactyl' @' %' ;
4- grant all on ` pterodactyl \_ test \_ test_%` .* TO ' pterodactyl' @' %' ;
3+ grant all on testing .* TO ' pterodactyl' @' %' ;
4+ grant all on ` testing \_ test_%` .* TO ' pterodactyl' @' %' ;
55
66flush privileges;
You can’t perform that action at this time.
0 commit comments