Skip to content

Commit

Permalink
Enable building and pushing PHP-83 container image
Browse files Browse the repository at this point in the history
to quay.io/sclorg registry

Signed-off-by: Petr "Stone" Hracek <phracek@redhat.com>
  • Loading branch information
phracek committed Jan 31, 2025
1 parent c465329 commit 961c9ac
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/build-and-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,14 @@ jobs:
tag: "c10s"
image_name: "php-83-c10s"

- dockerfile: "8.3/Dockerfile.c9s"
docker_context: "8.3"
registry_namespace: "sclorg"
quayio_username: "QUAY_IMAGE_SCLORG_BUILDER_USERNAME"
quayio_token: "QUAY_IMAGE_SCLORG_BUILDER_TOKEN"
tag: "c9s"
image_name: "php-83-c9s"

steps:
- name: Build and push to quay.io registry
uses: sclorg/build-and-push-action@v4
Expand Down

0 comments on commit 961c9ac

Please sign in to comment.