Skip to content

Commit

Permalink
fix: fix ci failing on main (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonN3 authored Feb 28, 2024
1 parent f1756f7 commit d20af8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
image_repo: ${{ env.IMAGE_REPO}}
version: ${{ env.VERSION }}
variant: ${{ env.VARIANT }}
action_version: ${{ steps.meta.outputs.tags }}
action_version: ${{ steps.meta.outputs.tags || 'latest' }}

- name: Rename ISO
run: |
Expand Down

0 comments on commit d20af8b

Please sign in to comment.