Skip to content

Commit 98e63d0

Browse files
committed
Add v24 into build-and-push.yml
1 parent b01e76c commit 98e63d0

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

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

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,22 @@ jobs:
4646
quayio_username: "QUAY_IMAGE_SCLORG_BUILDER_USERNAME"
4747
quayio_token: "QUAY_IMAGE_SCLORG_BUILDER_TOKEN"
4848

49+
- dockerfile: "24/Dockerfile.c10s"
50+
docker_context: 24
51+
registry_namespace: "sclorg"
52+
tag: "c10s"
53+
image_name: "nodejs-24-c10s"
54+
quayio_username: "QUAY_IMAGE_SCLORG_BUILDER_USERNAME"
55+
quayio_token: "QUAY_IMAGE_SCLORG_BUILDER_TOKEN"
56+
57+
- dockerfile: "24-minimal/Dockerfile.c10s"
58+
docker_context: 24-minimal
59+
registry_namespace: "sclorg"
60+
tag: "c10s"
61+
image_name: "nodejs-24-minimal-c10s"
62+
quayio_username: "QUAY_IMAGE_SCLORG_BUILDER_USERNAME"
63+
quayio_token: "QUAY_IMAGE_SCLORG_BUILDER_TOKEN"
64+
4965
- dockerfile: "18/Dockerfile.fedora"
5066
docker_context: 18
5167
registry_namespace: "fedora"
@@ -94,6 +110,22 @@ jobs:
94110
quayio_token: "QUAY_IMAGE_FEDORA_BUILDER_TOKEN"
95111
image_name: "nodejs-22-minimal"
96112

113+
- dockerfile: "24/Dockerfile.fedora"
114+
docker_context: 24
115+
registry_namespace: "fedora"
116+
tag: "fedora"
117+
quayio_username: "QUAY_IMAGE_FEDORA_BUILDER_USERNAME"
118+
quayio_token: "QUAY_IMAGE_FEDORA_BUILDER_TOKEN"
119+
image_name: "nodejs-24"
120+
121+
- dockerfile: "24-minimal/Dockerfile.fedora"
122+
docker_context: 24-minimal
123+
registry_namespace: "fedora"
124+
tag: "fedora"
125+
quayio_username: "QUAY_IMAGE_FEDORA_BUILDER_USERNAME"
126+
quayio_token: "QUAY_IMAGE_FEDORA_BUILDER_TOKEN"
127+
image_name: "nodejs-24-minimal"
128+
97129
steps:
98130
- name: Build and push to quay.io registry
99131
uses: sclorg/build-and-push-action@v4

0 commit comments

Comments
 (0)