mirror of
https://github.com/JasonN3/build-container-installer.git
synced 2025-12-25 19:07:54 +01:00
force latest when not built
This commit is contained in:
parent
272f72c084
commit
cfe7b777a9
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build-and-test.yml
vendored
4
.github/workflows/build-and-test.yml
vendored
|
|
@ -114,7 +114,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: Build ISO with latest container
|
||||
if: needs.check-changes.outputs.container == 'false'
|
||||
|
|
@ -125,7 +125,7 @@ jobs:
|
|||
image_repo: ${{ env.IMAGE_REPO}}
|
||||
version: ${{ env.VERSION }}
|
||||
variant: ${{ env.VARIANT }}
|
||||
action_version: ${{ steps.meta.outputs.tags || 'latest' }}
|
||||
action_version: 'latest'
|
||||
|
||||
- name: Rename ISO
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue