From b5ef10ce72178ba5c74eab7c3a5b235f6f65c50a Mon Sep 17 00:00:00 2001 From: Scott J Dickerson Date: Wed, 29 May 2024 11:34:04 -0400 Subject: [PATCH] :ghost: use sdickers quay.io repo, drop some archs Signed-off-by: Scott J Dickerson --- .github/workflows/image-build.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/image-build.yaml b/.github/workflows/image-build.yaml index 4db993a897..379fa13d82 100644 --- a/.github/workflows/image-build.yaml +++ b/.github/workflows/image-build.yaml @@ -17,10 +17,10 @@ jobs: image-build: uses: konveyor/release-tools/.github/workflows/build-push-images.yaml@main with: - registry: "quay.io/konveyor" + registry: "quay.io/sdickers" image_name: "tackle2-ui" containerfile: "./Dockerfile" - architectures: '[ "amd64", "arm64", "ppc64le", "s390x" ]' + architectures: '[ "amd64", "arm64" ]' # 2023-03-19: currently needed for npm@10 extra-args: "--ulimit nofile=4096:4096" secrets: