diff --git a/.github/workflows/build-and-push.yml b/.github/workflows/build-and-push.yml index 3b75888d..658f257f 100644 --- a/.github/workflows/build-and-push.yml +++ b/.github/workflows/build-and-push.yml @@ -22,6 +22,14 @@ jobs: docker_context: "3.3" image_name: "ruby-33" + - dockerfile: "3.3/Dockerfile.c10s" + registry_namespace: "sclorg" + quayio_username: "QUAY_IMAGE_SCLORG_BUILDER_USERNAME" + quayio_token: "QUAY_IMAGE_SCLORG_BUILDER_TOKEN" + tag: "c10s" + docker_context: "3.3" + image_name: "ruby-33-c10s" + steps: - name: Build and push to quay.io registry uses: sclorg/build-and-push-action@v4