Skip to content

Commit

Permalink
This commit adds support for building and pushing Ruby 3.3 to quay.io…
Browse files Browse the repository at this point in the history
…/sclorg/ruby-33-c10s

registry.

Allow users testing Ruby-33 on CentOS Stream 10

Signed-off-by: Petr "Stone" Hracek <phracek@redhat.com>
  • Loading branch information
phracek committed Sep 30, 2024
1 parent 04ec37d commit 02774d7
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 @@ -22,6 +22,14 @@ jobs:
docker_context: "3.3"
image_name: "ruby-33"

- dockerfile: "3.3/Dockerfile.c10s"
registry_namespace: "sclorg"
quayio_username: "QUAY_IMAGE_SCLORG_BUILDER_USERNAME"
quayio_token: "QUAY_IMAGE_SCLORG_BUILDER_TOKEN"
tag: "c10s"
docker_context: "3.3"
image_name: "ruby-33-c10s"

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

0 comments on commit 02774d7

Please sign in to comment.