fix: update ci runner
All checks were successful
gen-migrations / gen-migrations (push) Successful in 2m41s
All checks were successful
gen-migrations / gen-migrations (push) Successful in 2m41s
This commit is contained in:
parent
43d2f59944
commit
c462e62d14
@ -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
|
||||
|
@ -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'
|
||||
|
@ -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'
|
||||
|
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user