Skip to content

Commit 6a308d4

Browse files
Fix Dockerfile path and version in publish_postgresql job (#122)
Forgot to update this for Postgres 13
1 parent bfb200c commit 6a308d4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,8 @@ jobs:
9898
NAME: server-postgres
9999
DOCKERFILE_PATH: Dockerfile
100100
DOCKER_REGISTRY: dockerhub
101-
MAJOR_VERSION: 12.22
102-
pwd: postgresql/12
101+
MAJOR_VERSION: 13.21
102+
pwd: postgresql/13
103103
publish_rabbitmq:
104104
executor: ccc
105105
steps:

0 commit comments

Comments
 (0)