Skip to content

Commit

Permalink
Enable building C10S to quay.io
Browse files Browse the repository at this point in the history
Signed-off-by: Petr "Stone" Hracek <[email protected]>
  • Loading branch information
phracek authored and github-actions[bot] committed Sep 26, 2024
1 parent 0634601 commit 03e13d9
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/build-and-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,22 @@ jobs:
quayio_username: "QUAY_IMAGE_SCLORG_BUILDER_USERNAME"
quayio_token: "QUAY_IMAGE_SCLORG_BUILDER_TOKEN"

- dockerfile: "2.4/Dockerfile.c10s"
docker_context: "2.4"
registry_namespace: "sclorg"
tag: "c10s"
image_name: "httpd-24-c10s"
quayio_username: "QUAY_IMAGE_SCLORG_BUILDER_USERNAME"
quayio_token: "QUAY_IMAGE_SCLORG_BUILDER_TOKEN"

- dockerfile: "2.4-micro/Dockerfile.c10s"
docker_context: "2.4-micro"
registry_namespace: "sclorg"
tag: "c10s"
image_name: "httpd-24-micro-c10s"
quayio_username: "QUAY_IMAGE_SCLORG_BUILDER_USERNAME"
quayio_token: "QUAY_IMAGE_SCLORG_BUILDER_TOKEN"

- dockerfile: "2.4-micro/Dockerfile.fedora"
docker_context: "2.4-micro"
registry_namespace: "fedora"
Expand Down

0 comments on commit 03e13d9

Please sign in to comment.