fix: update ci runner
All checks were successful
gen-migrations / gen-migrations (push) Successful in 2m41s

This commit is contained in:
Orion Kindel 2023-07-20 13:29:55 -05:00
parent 43d2f59944
commit c462e62d14
Signed by untrusted user who does not match committer: orion
GPG Key ID: 6D4165AE4C928719
4 changed files with 4 additions and 3 deletions

View File

@ -19,4 +19,5 @@ RUN apt-get update \
RUN set -x \
&& apt-get install -y python3 python3-pip \
&& pip install psycopg2-binary \
&& pip install pg8000 \
&& pip install migra

View File

@ -6,7 +6,7 @@ jobs:
if: |
!startsWith(gitea.event.head_commit.message, 'chore')
container:
image: 'git.orionkindel.com/dnim/db-ci-runner:disheveled-iceberg-launched-loosely'
image: 'git.orionkindel.com/dnim/db-ci-runner:specified-policeman-saw-kindly'
volumes:
- '/run/user/1001/docker.sock:/run/user/1001/docker.sock'
- '/var/run/postgresql:/var/run/postgresql'

View File

@ -4,7 +4,7 @@ on: { push: { branches: ['main'], paths: ['migrations'] } }
jobs:
migrate-devel:
container:
image: 'git.orionkindel.com/dnim/db-ci-runner:disheveled-iceberg-launched-loosely'
image: 'git.orionkindel.com/dnim/db-ci-runner:specified-policeman-saw-kindly'
volumes: ['/run/user/1001/docker.sock:/run/user/1001/docker.sock']
steps:
- uses: 'actions/checkout@v3'

View File

@ -4,7 +4,7 @@ on: { push: { branches: ['main'], paths: ['migrations'] } }
jobs:
migrate-stage:
container:
image: 'git.orionkindel.com/dnim/db-ci-runner:disheveled-iceberg-launched-loosely'
image: 'git.orionkindel.com/dnim/db-ci-runner:specified-policeman-saw-kindly'
volumes: ['/run/user/1001/docker.sock:/run/user/1001/docker.sock']
steps:
- uses: 'actions/checkout@v3'