Skip to content

Commit

Permalink
Support building and pushing Perl 5.40 to quay.io registry
Browse files Browse the repository at this point in the history
Signed-off-by: Petr "Stone" Hracek <phracek@redhat.com>
  • Loading branch information
phracek committed Sep 30, 2024
1 parent 1923d5a commit 86c854e
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:
quayio_username: "QUAY_IMAGE_FEDORA_BUILDER_USERNAME"
quayio_token: "QUAY_IMAGE_FEDORA_BUILDER_TOKEN"

- dockerfile: "5.40/Dockerfile.c10s"
docker_context: "5.40"
registry_namespace: "sclorg"
tag: "c10s"
image_name: "perl-540-c10s"
quayio_username: "QUAY_IMAGE_FEDORA_BUILDER_USERNAME"
quayio_token: "QUAY_IMAGE_FEDORA_BUILDER_TOKEN"

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

0 comments on commit 86c854e

Please sign in to comment.