Skip to content

Commit

Permalink
Update build-and-push action so we have C10S available on quay.io/scl…
Browse files Browse the repository at this point in the history
…org/mariadb-1011-c10s

Signed-off-by: Petr "Stone" Hracek <phracek@redhat.com>
  • Loading branch information
phracek committed Aug 6, 2024
1 parent f12181d commit e895fb7
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:
tag: "c9s"
image_name: "mariadb-1011-c9s"

- dockerfile: "10.11/Dockerfile.c10s"
docker_context: "10.11"
registry_namespace: "sclorg"
quayio_username: "QUAY_IMAGE_SCLORG_BUILDER_USERNAME"
quayio_token: "QUAY_IMAGE_SCLORG_BUILDER_TOKEN"
tag: "c10s"
image_name: "mariadb-1011-c10s"

- dockerfile: "10.5/Dockerfile.c9s"
docker_context: "10.5"
registry_namespace: "sclorg"
Expand Down

0 comments on commit e895fb7

Please sign in to comment.