Skip to content

Commit

Permalink
skip bundle build for tags
Browse files Browse the repository at this point in the history
Signed-off-by: Eguzki Astiz Lezaun <[email protected]>
  • Loading branch information
eguzki committed Oct 18, 2024
1 parent f2ce8b6 commit c9d7e10
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ jobs:
uses: actions/checkout@v4

- name: Run make bundle
if: ${{ !startsWith(github.ref, 'refs/tags/') }}
run: make bundle IMG=${{ needs.build.outputs.build-image }}

- name: Install qemu dependency
Expand Down

0 comments on commit c9d7e10

Please sign in to comment.