1
0
Fork 0
mirror of https://github.com/JasonN3/build-container-installer.git synced 2025-12-25 10:57:55 +01:00

remove references to action_version

This commit is contained in:
Jason N. 2024-03-01 11:28:40 -05:00
parent c47492f599
commit 46c61d747b
2 changed files with 0 additions and 2 deletions

View file

@ -87,7 +87,6 @@ jobs:
image_repo: ${{ env.IMAGE_REPO}} image_repo: ${{ env.IMAGE_REPO}}
version: ${{ env.VERSION }} version: ${{ env.VERSION }}
variant: ${{ env.VARIANT }} variant: ${{ env.VARIANT }}
action_version: ${{ steps.meta.outputs.tags || 'latest' }}
- name: Rename ISO - name: Rename ISO
run: | run: |

View file

@ -14,7 +14,6 @@ This action is designed to be called from a GitHub workflow using the following
image_repo: ${{ env.IMAGE_REPO}} image_repo: ${{ env.IMAGE_REPO}}
version: ${{ env.VERSION }} version: ${{ env.VERSION }}
variant: ${{ env.VARIANT }} variant: ${{ env.VARIANT }}
action_version: v1.0.0
``` ```
See [Customizing](#customizing) for information about customizing the ISO that gets created using `with` See [Customizing](#customizing) for information about customizing the ISO that gets created using `with`