From dce7ecc04f5f0609864b649f55cd3f10ce909b02 Mon Sep 17 00:00:00 2001 From: jorturfer Date: Fri, 21 Jan 2022 18:08:31 +0100 Subject: [PATCH] Use multi-arch Signed-off-by: jorturfer --- .github/workflows/release-build.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.github/workflows/release-build.yml b/.github/workflows/release-build.yml index 19fb160f8a0..17bb9543861 100644 --- a/.github/workflows/release-build.yml +++ b/.github/workflows/release-build.yml @@ -55,7 +55,7 @@ jobs: VERSION: ${{ steps.get_version.outputs.VERSION }} - name: Publish KEDA images on GitHub Container Registry - run: make publish + run: make publish-multiarch env: VERSION: ${{ steps.get_version.outputs.VERSION }} @@ -72,12 +72,6 @@ jobs: # against the sigstore community Fulcio instance. run: make sign-images - - name: Publish KEDA images on Docker Hub - run: make publish-dockerhub - run: make publish-multiarch - env: - VERSION: ${{ steps.get_version.outputs.VERSION }} - # Get release information to determine id of the current release - name: Get Release id: get-release-info