Skip to content

Commit 961c9ac

Browse files
committed
Enable building and pushing PHP-83 container image
to quay.io/sclorg registry Signed-off-by: Petr "Stone" Hracek <[email protected]>
1 parent c465329 commit 961c9ac

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,14 @@ jobs:
5454
tag: "c10s"
5555
image_name: "php-83-c10s"
5656

57+
- dockerfile: "8.3/Dockerfile.c9s"
58+
docker_context: "8.3"
59+
registry_namespace: "sclorg"
60+
quayio_username: "QUAY_IMAGE_SCLORG_BUILDER_USERNAME"
61+
quayio_token: "QUAY_IMAGE_SCLORG_BUILDER_TOKEN"
62+
tag: "c9s"
63+
image_name: "php-83-c9s"
64+
5765
steps:
5866
- name: Build and push to quay.io registry
5967
uses: sclorg/build-and-push-action@v4

0 commit comments

Comments
 (0)