fix: gen-migrations workflow
Some checks failed
gen-migrations / gen-migrations (push) Failing after 16s

This commit is contained in:
Orion Kindel 2023-07-19 18:17:56 -05:00
parent e76d3de4d8
commit 1c76bcbc72
Signed by untrusted user who does not match committer: orion
GPG Key ID: 6D4165AE4C928719

View File

@ -6,7 +6,6 @@ jobs:
if: |
!startsWith(gitea.event.head_commit.message, 'chore')
container:
ports: [5432, 5433]
image: 'git.orionkindel.com/dnim/db-ci-runner:disheveled-iceberg-launched-loosely'
volumes: ['/run/user/1001/docker.sock:/run/user/1001/docker.sock']
steps:
@ -40,5 +39,5 @@ jobs:
git push
fi
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