Skip to content

Commit

Permalink
Allow build and push MySQL-8.4 to quay.io/sclorg registry.
Browse files Browse the repository at this point in the history
No MYSQL code is changed.

Signed-off-by: Petr "Stone" Hracek <[email protected]>
  • Loading branch information
phracek committed Sep 30, 2024
1 parent c1c0d02 commit 51145eb
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:
quayio_token: "QUAY_IMAGE_SCLORG_BUILDER_TOKEN"
image_name: "mysql-80-c9s"

- dockerfile: "8.4/Dockerfile.c10s"
docker_context: "8.4"
registry_namespace: "sclorg"
tag: "c10s"
quayio_username: "QUAY_IMAGE_SCLORG_BUILDER_USERNAME"
quayio_token: "QUAY_IMAGE_SCLORG_BUILDER_TOKEN"
image_name: "mysql-84-c10s"

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

0 comments on commit 51145eb

Please sign in to comment.