mirror of
https://github.com/JasonN3/build-container-installer.git
synced 2025-12-25 02:47:56 +01:00
Merge branch 'main' into fedora
This commit is contained in:
commit
30dd7e2ae8
1 changed files with 6 additions and 5 deletions
11
README.md
11
README.md
|
|
@ -1,7 +1,8 @@
|
|||
 [](https://app.codacy.com/gh/JasonN3/build-container-installer/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_grade)
|
||||
[](https://github.com/jasonn3/build-container-installer/actions/workflows/tests.yml)
|
||||
[](https://app.codacy.com/gh/JasonN3/build-container-installer/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_grade)
|
||||
|
||||
# Build Container Installer Action
|
||||
This action is used to enerate an ISO for installing an OSTree stored in a container image. This utilizes the anaconda command `ostreecontainer`
|
||||
This action is used to generate an ISO for installing an OSTree stored in a container image. This utilizes the anaconda command `ostreecontainer`
|
||||
|
||||
## Usage
|
||||
This action is designed to be called from a GitHub workflow using the following format
|
||||
|
|
@ -27,9 +28,9 @@ This action is designed to be called from a GitHub workflow using the following
|
|||
path: |
|
||||
${{ steps.build.outputs.iso_path }}
|
||||
${{ steps.build.outputs.iso_path }}-CHECKSUM
|
||||
if-no-files-found: error
|
||||
retention-days: 0
|
||||
compression-level: 0
|
||||
if-no-files-found: error
|
||||
retention-days: 0
|
||||
compression-level: 0
|
||||
```
|
||||
|
||||
See [Customizing](#customizing) for information about customizing the ISO that gets created using `with`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue