Skip to content

Commit

Permalink
Add support for building and pushing php-83 image to quay.io/sclorg o…
Browse files Browse the repository at this point in the history
…rganization

Signed-off-by: Petr "Stone" Hracek <[email protected]>
  • Loading branch information
phracek committed Sep 30, 2024
1 parent 64085d4 commit 46d9293
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 @@ -46,6 +46,14 @@ jobs:
tag: "8.3"
image_name: "php-83"

- dockerfile: "8.3/Dockerfile.c10s"
docker_context: "8.3"
registry_namespace: "sclorg"
quayio_username: "QUAY_IMAGE_FEDORA_BUILDER_USERNAME"
quayio_token: "QUAY_IMAGE_FEDORA_BUILDER_TOKEN"
tag: "c10s"
image_name: "php-83-c10s"

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

0 comments on commit 46d9293

Please sign in to comment.