Skip to content

Commit

Permalink
Use multi-arch
Browse files Browse the repository at this point in the history
Signed-off-by: jorturfer <jorge_turrado@hotmail.es>
  • Loading branch information
JorTurFer committed Jan 21, 2022
1 parent a44d700 commit dce7ecc
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/release-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

Expand All @@ -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
Expand Down

0 comments on commit dce7ecc

Please sign in to comment.