Skip to content

Commit

Permalink
CI: run always run chart-release, remove arm64 for quick testing
Browse files Browse the repository at this point in the history
Signed-off-by: dm4 <[email protected]>
  • Loading branch information
dm4 committed May 24, 2023
1 parent 82c0c41 commit 5679139
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/docker-build-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
with:
context: .
push: true
platforms: linux/amd64,linux/arm64
platforms: linux/amd64
tags: ${{ steps.meta.outputs.tags }}
file: Dockerfile
labels: ${{ steps.meta.outputs.labels }}
Expand All @@ -64,7 +64,6 @@ jobs:
version: v3.10.0
-
name: Run chart-releaser
if: github.ref == 'refs/heads/release'
uses: helm/[email protected]
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"

0 comments on commit 5679139

Please sign in to comment.