diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml index 4a5153b..a3b3650 100644 --- a/.github/workflows/build-and-test.yml +++ b/.github/workflows/build-and-test.yml @@ -87,7 +87,6 @@ jobs: image_repo: ${{ env.IMAGE_REPO}} version: ${{ env.VERSION }} variant: ${{ env.VARIANT }} - action_version: ${{ steps.meta.outputs.tags || 'latest' }} - name: Rename ISO run: | diff --git a/README.md b/README.md index e11a6cb..82217f9 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,6 @@ This action is designed to be called from a GitHub workflow using the following image_repo: ${{ env.IMAGE_REPO}} version: ${{ env.VERSION }} variant: ${{ env.VARIANT }} - action_version: v1.0.0 ``` See [Customizing](#customizing) for information about customizing the ISO that gets created using `with`