File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ concurrency:
22
22
env :
23
23
DOCKER_IMAGE : condo/condo-image:${{ github.event.pull_request.head.sha || github.sha }}
24
24
DOCKER_IMAGE_FULL : ${{ secrets.DOCKER_REGISTRY }}/condo/condo-image:${{ github.event.pull_request.head.sha || github.sha }}
25
- PG_IMAGE_FULL : ${{ secrets.DOCKER_REGISTRY }}/doma/utils/postgres:16.4
25
+ PG_IMAGE_FULL : ${{ secrets.DOCKER_REGISTRY }}/doma/utils/postgres:16.8
26
26
REDIS_IMAGE_FULL : ${{ secrets.DOCKER_REGISTRY }}/doma/utils/redis:6.2
27
27
REF : ${{ github.event.pull_request.head.sha || github.ref }}
28
28
@@ -582,4 +582,4 @@ jobs:
582
582
PROMETHEUS_RW_SERVER_URL : ${{ secrets.K6_PROMETHEUS_RW_SERVER_URL }}
583
583
PROMETHEUS_USER : ${{ secrets.K6_PROMETHEUS_USER }}
584
584
PROMETHEUS_PASSWORD : ${{ secrets.K6_PROMETHEUS_PASSWORD }}
585
- GH_REF_NAME : ${{ github.ref_name }}
585
+ GH_REF_NAME : ${{ github.ref_name }}
Original file line number Diff line number Diff line change 1
1
version : ' 3.8'
2
2
x-postgres-common :
3
3
&postgres-common
4
- image : ${REGISTRY}postgres:16.4
4
+ image : ${REGISTRY}postgres:16.8
5
5
user : postgres
6
6
7
7
services :
Original file line number Diff line number Diff line change @@ -368,7 +368,7 @@ image: redisreview
368
368
from : redis:6.2
369
369
---
370
370
image : preparepostgresreview
371
- from : postgres:16.6
371
+ from : postgres:16.8
372
372
shell :
373
373
install :
374
374
- " apt update -qq"
You can’t perform that action at this time.
0 commit comments