Skip to content

Commit 63cb344

Browse files
pkhartskphracek
authored andcommitted
Add building and pushing functionality for Fedora and c10s images
c9s should be added when rpms become available
1 parent 263e409 commit 63cb344

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

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

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,14 @@ jobs:
4646
quayio_token: "QUAY_IMAGE_SCLORG_BUILDER_TOKEN"
4747
docker_context: 16
4848

49+
- dockerfile: "18/Dockerfile.c10s"
50+
registry_namespace: "sclorg"
51+
tag: "c10s"
52+
image_name: "postgresql-18-c10s"
53+
quayio_username: "QUAY_IMAGE_SCLORG_BUILDER_USERNAME"
54+
quayio_token: "QUAY_IMAGE_SCLORG_BUILDER_TOKEN"
55+
docker_context: 18
56+
4957
- dockerfile: "15/Dockerfile.fedora"
5058
registry_namespace: "fedora"
5159
tag: "15"
@@ -61,6 +69,14 @@ jobs:
6169
quayio_token: "QUAY_IMAGE_FEDORA_BUILDER_TOKEN"
6270
image_name: "postgresql-16"
6371
docker_context: 16
72+
73+
- dockerfile: "18/Dockerfile.fedora"
74+
registry_namespace: "fedora"
75+
tag: "18"
76+
quayio_username: "QUAY_IMAGE_FEDORA_BUILDER_USERNAME"
77+
quayio_token: "QUAY_IMAGE_FEDORA_BUILDER_TOKEN"
78+
image_name: "postgresql-18"
79+
docker_context: 18
6480

6581
steps:
6682
- name: check if Dockerfile is c9s, then Build multi arch image and push to quay.io registry

0 commit comments

Comments
 (0)