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 9a7f4b2 commit 626683dCopy full SHA for 626683d
.github/workflows/build-and-push.yml
@@ -38,6 +38,14 @@ jobs:
38
tag: "8.2"
39
image_name: "php-82"
40
41
+ - dockerfile: "8.3/Dockerfile.fedora"
42
+ docker_context: "8.3"
43
+ registry_namespace: "fedora"
44
+ quayio_username: "QUAY_IMAGE_FEDORA_BUILDER_USERNAME"
45
+ quayio_token: "QUAY_IMAGE_FEDORA_BUILDER_TOKEN"
46
+ tag: "8.3"
47
+ image_name: "php-83"
48
+
49
steps:
50
- name: Build and push to quay.io registry
51
uses: sclorg/build-and-push-action@v4
0 commit comments