We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64085d4 commit 46d9293Copy full SHA for 46d9293
.github/workflows/build-and-push.yml
@@ -46,6 +46,14 @@ jobs:
46
tag: "8.3"
47
image_name: "php-83"
48
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
+
57
steps:
58
- name: Build and push to quay.io registry
59
uses: sclorg/build-and-push-action@v4
0 commit comments