fix: gen-migrations workflow
Some checks failed
gen-migrations / gen-migrations (push) Failing after 18s
Some checks failed
gen-migrations / gen-migrations (push) Failing after 18s
This commit is contained in:
parent
1c76bcbc72
commit
1652073115
@ -39,5 +39,5 @@ jobs:
|
||||
git push
|
||||
fi
|
||||
env:
|
||||
DOCKER_NETWORK_HOST: '127.0.0.1'
|
||||
DOCKER_NETWORK_HOST: 'host.docker.internal'
|
||||
DOCKER_HOST: 'unix:///run/user/1001/docker.sock' # HACK: rootless docker on gitea action runner
|
||||
|
@ -5,7 +5,7 @@ services:
|
||||
container_name: "base"
|
||||
image: "postgres:15.3-bullseye"
|
||||
ports:
|
||||
- "127.0.0.1:5432:5432"
|
||||
- "5432:5432"
|
||||
env_file:
|
||||
- "./.env.schema"
|
||||
head:
|
||||
@ -13,6 +13,6 @@ services:
|
||||
image: "postgres:15.3-bullseye"
|
||||
restart: "always"
|
||||
ports:
|
||||
- "127.0.0.1:5433:5432"
|
||||
- "5433:5432"
|
||||
env_file:
|
||||
- "./.env.schema"
|
||||
|
Loading…
Reference in New Issue
Block a user