Skip to content

Commit

Permalink
Fix docker_context to string.
Browse files Browse the repository at this point in the history
Add the latest mariadb imagestreams. RHEL_8.10 is GA

Signed-off-by: Petr "Stone" Hracek <[email protected]>
  • Loading branch information
phracek committed Jun 19, 2024
1 parent 21ecb19 commit 5007012
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-and-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,31 +15,31 @@ jobs:
matrix:
include:
- dockerfile: "10.11/Dockerfile.c9s"
docker_context: 10.11
docker_context: "10.11"
registry_namespace: "sclorg"
quayio_username: "QUAY_IMAGE_SCLORG_BUILDER_USERNAME"
quayio_token: "QUAY_IMAGE_SCLORG_BUILDER_TOKEN"
tag: "c9s"
image_name: "mariadb-1011-c9s"

- dockerfile: "10.5/Dockerfile.c9s"
docker_context: 10.5
docker_context: "10.5"
registry_namespace: "sclorg"
quayio_username: "QUAY_IMAGE_SCLORG_BUILDER_USERNAME"
quayio_token: "QUAY_IMAGE_SCLORG_BUILDER_TOKEN"
tag: "c9s"
image_name: "mariadb-105-c9s"

- dockerfile: "10.5/Dockerfile.fedora"
docker_context: 10.5
docker_context: "10.5"
registry_namespace: "fedora"
quayio_username: "QUAY_IMAGE_FEDORA_BUILDER_USERNAME"
quayio_token: "QUAY_IMAGE_FEDORA_BUILDER_TOKEN"
tag: "fedora"
image_name: "mariadb-105"

- dockerfile: "10.11/Dockerfile.fedora"
docker_context: 10.11
docker_context: "10.11"
registry_namespace: "fedora"
quayio_username: "QUAY_IMAGE_FEDORA_BUILDER_USERNAME"
quayio_token: "QUAY_IMAGE_FEDORA_BUILDER_TOKEN"
Expand Down

0 comments on commit 5007012

Please sign in to comment.