Skip to content

Commit 46d9293

Browse files
committed
Add support for building and pushing php-83 image to quay.io/sclorg organization
Signed-off-by: Petr "Stone" Hracek <[email protected]>
1 parent 64085d4 commit 46d9293

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
@@ -46,6 +46,14 @@ jobs:
4646
tag: "8.3"
4747
image_name: "php-83"
4848

49+
- dockerfile: "8.3/Dockerfile.c10s"
50+
docker_context: "8.3"
51+
registry_namespace: "sclorg"
52+
quayio_username: "QUAY_IMAGE_FEDORA_BUILDER_USERNAME"
53+
quayio_token: "QUAY_IMAGE_FEDORA_BUILDER_TOKEN"
54+
tag: "c10s"
55+
image_name: "php-83-c10s"
56+
4957
steps:
5058
- name: Build and push to quay.io registry
5159
uses: sclorg/build-and-push-action@v4

0 commit comments

Comments
 (0)