From 71d3b1be9651339658a97ac0920fc52368d8491a Mon Sep 17 00:00:00 2001 From: Scott J Dickerson Date: Mon, 22 Apr 2024 14:19:12 -0400 Subject: [PATCH] :ghost: use sdickers quay.io repo, drop some archs Signed-off-by: Scott J Dickerson --- .github/workflows/march-image-build-push.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/march-image-build-push.yml b/.github/workflows/march-image-build-push.yml index b4fcc68af..4509a927e 100644 --- a/.github/workflows/march-image-build-push.yml +++ b/.github/workflows/march-image-build-push.yml @@ -21,11 +21,11 @@ jobs: - name: Checkout Push to Registry action uses: konveyor/release-tools/build-push-quay@main with: - architectures: "amd64, arm64, ppc64le, s390x" + architectures: "amd64, arm64" containerfile: "./Dockerfile" extra-args: "--ulimit nofile=4096:4096" image_name: "tackle2-ui" - image_namespace: "konveyor" + image_namespace: "sdickers" image_registry: "quay.io" quay_publish_robot: ${{ secrets.QUAY_PUBLISH_ROBOT }} quay_publish_token: ${{ secrets.QUAY_PUBLISH_TOKEN }}