Skip to content

Commit

Permalink
Update build-and-push action with pushing to quay.io 1.26 version
Browse files Browse the repository at this point in the history
Signed-off-by: Petr "Stone" Hracek <phracek@redhat.com>
  • Loading branch information
phracek committed Jul 29, 2024
1 parent f3d0e7e commit 32379c3
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 @@ -53,6 +53,14 @@ jobs:
quayio_token: "QUAY_IMAGE_SCLORG_BUILDER_TOKEN"
image_name: "nginx-124-c9s"

- version: "1.26"
tag: "c10s"
dockerfile: "Dockerfile.c10s"
registry_namespace: "sclorg"
quayio_username: "QUAY_IMAGE_SCLORG_BUILDER_USERNAME"
quayio_token: "QUAY_IMAGE_SCLORG_BUILDER_TOKEN"
image_name: "nginx-126-c10s"

steps:
- name: Build and push to quay.io registry
uses: sclorg/build-and-push-action@main
Expand Down

0 comments on commit 32379c3

Please sign in to comment.