We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fdffabd commit da29964Copy full SHA for da29964
2 files changed
.github/workflows/build-and-push.yml
@@ -30,6 +30,14 @@ jobs:
30
docker_context: "3.3"
31
image_name: "ruby-33-c10s"
32
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
+
41
- dockerfile: "4.0/Dockerfile.c10s"
42
registry_namespace: "sclorg"
43
quayio_username: "QUAY_IMAGE_SCLORG_BUILDER_USERNAME"
4.0/.exclude-fedora
0 commit comments