Skip to content

Commit da29964

Browse files
committed
Add building and testing for Fedora 44
1 parent fdffabd commit da29964

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,14 @@ jobs:
3030
docker_context: "3.3"
3131
image_name: "ruby-33-c10s"
3232

33+
- dockerfile: "4.0/Dockerfile.fedora"
34+
registry_namespace: "fedora"
35+
quayio_username: "QUAY_IMAGE_FEDORA_BUILDER_USERNAME"
36+
quayio_token: "QUAY_IMAGE_FEDORA_BUILDER_TOKEN"
37+
tag: "40"
38+
docker_context: "4.0"
39+
image_name: "ruby-40"
40+
3341
- dockerfile: "4.0/Dockerfile.c10s"
3442
registry_namespace: "sclorg"
3543
quayio_username: "QUAY_IMAGE_SCLORG_BUILDER_USERNAME"

4.0/.exclude-fedora

Whitespace-only changes.

0 commit comments

Comments
 (0)