Skip to content

Commit 0532480

Browse files
phracekgithub-actions[bot]
authored andcommitted
Update build-and-push action with pushing to quay.io 1.26 version
Signed-off-by: Petr "Stone" Hracek <[email protected]>
1 parent 7765dd7 commit 0532480

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

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

+8
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,14 @@ jobs:
5353
quayio_token: "QUAY_IMAGE_SCLORG_BUILDER_TOKEN"
5454
image_name: "nginx-124-c9s"
5555

56+
- version: "1.26"
57+
tag: "c10s"
58+
dockerfile: "Dockerfile.c10s"
59+
registry_namespace: "sclorg"
60+
quayio_username: "QUAY_IMAGE_SCLORG_BUILDER_USERNAME"
61+
quayio_token: "QUAY_IMAGE_SCLORG_BUILDER_TOKEN"
62+
image_name: "nginx-126-c10s"
63+
5664
steps:
5765
- name: Build and push to quay.io registry
5866
uses: sclorg/build-and-push-action@main

0 commit comments

Comments
 (0)