Skip to content

Commit

Permalink
Build arm image on tag (#568)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrismuellner committed Feb 15, 2022
1 parent 03c739b commit 7240466
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ jobs:
outputs: type=docker,dest=/tmp/operator-amd64.tar
- name: Build arm64
uses: docker/build-push-action@v2
if: ${{ contains(github.ref, 'refs/heads/master') || contains(github.ref, 'refs/heads/release-') }}
if: ${{ contains(github.ref, 'refs/tags/v') || contains(github.ref, 'refs/heads/master') || contains(github.ref, 'refs/heads/release-') }}
with:
builder: ${{ steps.buildx.outputs.name }}
build-args: |
Expand Down

0 comments on commit 7240466

Please sign in to comment.