Skip to content

Commit

Permalink
use new postgres image
Browse files Browse the repository at this point in the history
  • Loading branch information
maparent committed Apr 17, 2024
1 parent d9e8426 commit db838bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: use postgres
uses: Daniel-Marynicz/postgresql-action@master
with:
postgres_image_tag: 16.0-alpine-jwt
postgres_image_tag: 16.2-alpine-jwt
postgres_image_name: conversence/postgres
- name: Install client components
run: |
Expand Down Expand Up @@ -62,7 +62,7 @@ jobs:
run: npm run test:integration
- name: cleanup postgres container
run: |
export PGCONT=`docker ps -q --filter ancestor=conversence/postgres:16.0-alpine-jwt`
export PGCONT=`docker ps -q --filter ancestor=conversence/postgres:16.2-alpine-jwt`
if [[-n $PGCONT]]
then
docker container stop $PGCONT
Expand Down

0 comments on commit db838bc

Please sign in to comment.