Skip to content

Commit

Permalink
👻 use sdickers quay.io repo, drop some archs
Browse files Browse the repository at this point in the history
Signed-off-by: Scott J Dickerson <[email protected]>
  • Loading branch information
sjd78 committed May 29, 2024
1 parent 83bcb89 commit 71d3b1b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/march-image-build-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 71d3b1b

Please sign in to comment.