Skip to content

Commit e7eb29d

Browse files
committed
Update build-and-push action with pushing
python-314{-minimal}-c{9,10}s to quay.io Signed-off-by: Petr "Stone" Hracek <phracek@redhat.com>
1 parent 9579f15 commit e7eb29d

1 file changed

Lines changed: 24 additions & 0 deletions

File tree

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

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,30 @@ jobs:
142142
tag: "314"
143143
image_name: "python-314-minimal"
144144

145+
- dockerfile: "3.14/Dockerfile.c9s"
146+
docker_context: "3.14"
147+
registry_namespace: "sclorg"
148+
quayio_username: "QUAY_IMAGE_SCLORG_BUILDER_USERNAME"
149+
quayio_token: "QUAY_IMAGE_SCLORG_BUILDER_TOKEN"
150+
tag: "c9s"
151+
image_name: "python-314-c9s"
152+
153+
- dockerfile: "3.14-minimal/Dockerfile.c9s"
154+
docker_context: "3.14-minimal"
155+
registry_namespace: "sclorg"
156+
quayio_username: "QUAY_IMAGE_SCLORG_BUILDER_USERNAME"
157+
quayio_token: "QUAY_IMAGE_SCLORG_BUILDER_TOKEN"
158+
tag: "c9s"
159+
image_name: "python-314-minimal-c9s"
160+
161+
- dockerfile: "3.14-minimal/Dockerfile.c10s"
162+
docker_context: "3.14-minimal"
163+
registry_namespace: "sclorg"
164+
quayio_username: "QUAY_IMAGE_SCLORG_BUILDER_USERNAME"
165+
quayio_token: "QUAY_IMAGE_SCLORG_BUILDER_TOKEN"
166+
tag: "c10s"
167+
image_name: "python-314-minimal-c10s"
168+
145169
steps:
146170
- name: Build and push to quay.io registry
147171
uses: sclorg/build-and-push-action@v4

0 commit comments

Comments
 (0)