File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 81
81
# Custom image built with higher max_connections for vitests parralelization
82
82
# See docker/Dockerfile.postgres to see how it was built
83
83
image : avallete/postgres-custom-ci
84
- credentials :
85
- username : ${{ secrets.DOCKER_HUB_USERNAME }}
86
- password : ${{ secrets.DOCKER_HUB_PASSWORD }}
84
+ # credentials:
85
+ # username: ${{ secrets.DOCKER_HUB_USERNAME }}
86
+ # password: ${{ secrets.DOCKER_HUB_PASSWORD }}
87
87
ports :
88
88
- 5432:5432
89
89
options : >-
99
99
# Custom image built with higher timeout for vitest parralelization
100
100
# See docker/Dockerfile.mysql to see how it was built
101
101
image : avallete/mysql-custom-ci
102
- credentials :
103
- username : ${{ secrets.DOCKER_HUB_USERNAME }}
104
- password : ${{ secrets.DOCKER_HUB_PASSWORD }}
102
+ # credentials:
103
+ # username: ${{ secrets.DOCKER_HUB_USERNAME }}
104
+ # password: ${{ secrets.DOCKER_HUB_PASSWORD }}
105
105
ports :
106
106
- 3306:3306
107
107
env :
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @snaplet/seed" ,
3
3
"type" : " module" ,
4
- "version" : " 0.97.20 " ,
4
+ "version" : " 0.98.0 " ,
5
5
"sideEffects" : false ,
6
6
"bin" : {
7
7
"snaplet-seed" : " ./bin/cli.js"
You can’t perform that action at this time.
0 commit comments