fix: gen-migrations workflow
Some checks failed
gen-migrations / gen-migrations (push) Failing after 16s
Some checks failed
gen-migrations / gen-migrations (push) Failing after 16s
This commit is contained in:
parent
e76d3de4d8
commit
1c76bcbc72
@ -6,7 +6,6 @@ jobs:
|
|||||||
if: |
|
if: |
|
||||||
!startsWith(gitea.event.head_commit.message, 'chore')
|
!startsWith(gitea.event.head_commit.message, 'chore')
|
||||||
container:
|
container:
|
||||||
ports: [5432, 5433]
|
|
||||||
image: 'git.orionkindel.com/dnim/db-ci-runner:disheveled-iceberg-launched-loosely'
|
image: 'git.orionkindel.com/dnim/db-ci-runner:disheveled-iceberg-launched-loosely'
|
||||||
volumes: ['/run/user/1001/docker.sock:/run/user/1001/docker.sock']
|
volumes: ['/run/user/1001/docker.sock:/run/user/1001/docker.sock']
|
||||||
steps:
|
steps:
|
||||||
@ -40,5 +39,5 @@ jobs:
|
|||||||
git push
|
git push
|
||||||
fi
|
fi
|
||||||
env:
|
env:
|
||||||
DOCKER_NETWORK_HOST: 'host.docker.internal'
|
DOCKER_NETWORK_HOST: '127.0.0.1'
|
||||||
DOCKER_HOST: 'unix:///run/user/1001/docker.sock' # HACK: rootless docker on gitea action runner
|
DOCKER_HOST: 'unix:///run/user/1001/docker.sock' # HACK: rootless docker on gitea action runner
|
||||||
|
Loading…
Reference in New Issue
Block a user