We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1147b86 commit 5c26b72Copy full SHA for 5c26b72
.github/workflows/build-and-push.yml
@@ -84,6 +84,13 @@ jobs:
84
quayio_token: "QUAY_IMAGE_FEDORA_BUILDER_TOKEN"
85
image_name: "postgresql-13"
86
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
94
- dockerfile: "15/Dockerfile.fedora"
95
registry_namespace: "fedora"
96
tag: "15"
0 commit comments