Skip to content

Commit e895fb7

Browse files
committed
Update build-and-push action so we have C10S available on quay.io/sclorg/mariadb-1011-c10s
Signed-off-by: Petr "Stone" Hracek <[email protected]>
1 parent f12181d commit e895fb7

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/build-and-push.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,14 @@ jobs:
2222
tag: "c9s"
2323
image_name: "mariadb-1011-c9s"
2424

25+
- dockerfile: "10.11/Dockerfile.c10s"
26+
docker_context: "10.11"
27+
registry_namespace: "sclorg"
28+
quayio_username: "QUAY_IMAGE_SCLORG_BUILDER_USERNAME"
29+
quayio_token: "QUAY_IMAGE_SCLORG_BUILDER_TOKEN"
30+
tag: "c10s"
31+
image_name: "mariadb-1011-c10s"
32+
2533
- dockerfile: "10.5/Dockerfile.c9s"
2634
docker_context: "10.5"
2735
registry_namespace: "sclorg"

0 commit comments

Comments
 (0)