Skip to content

Commit 626683d

Browse files
committed
Update build-and-push action
Signed-off-by: Petr "Stone" Hracek <[email protected]>
1 parent 9a7f4b2 commit 626683d

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
@@ -38,6 +38,14 @@ jobs:
3838
tag: "8.2"
3939
image_name: "php-82"
4040

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+
4149
steps:
4250
- name: Build and push to quay.io registry
4351
uses: sclorg/build-and-push-action@v4

0 commit comments

Comments
 (0)