Skip to content

Commit 5c26b72

Browse files
committed
Add support for pushing PostgreSQL 14 to Fedora quay.io registry
Signed-off-by: Petr "Stone" Hracek <[email protected]>
1 parent 1147b86 commit 5c26b72

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/build-and-push.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,13 @@ jobs:
8484
quayio_token: "QUAY_IMAGE_FEDORA_BUILDER_TOKEN"
8585
image_name: "postgresql-13"
8686
docker_context: 13
87+
- dockerfile: "14/Dockerfile.fedora"
88+
registry_namespace: "fedora"
89+
tag: "14"
90+
quayio_username: "QUAY_IMAGE_FEDORA_BUILDER_USERNAME"
91+
quayio_token: "QUAY_IMAGE_FEDORA_BUILDER_TOKEN"
92+
image_name: "postgresql-14"
93+
docker_context: 14
8794
- dockerfile: "15/Dockerfile.fedora"
8895
registry_namespace: "fedora"
8996
tag: "15"

0 commit comments

Comments
 (0)