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

Allow caching of dnf (#46)

This commit is contained in:
Jason N 2024-03-11 16:29:45 -04:00 committed by GitHub
parent bfa150ceeb
commit c3dfff5c5b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
13 changed files with 166 additions and 32 deletions

View file

@ -7,7 +7,7 @@ This action is used to enerate an ISO for installing an OSTree stored in a conta
This action is designed to be called from a GitHub workflow using the following format
```yaml
- name: Build ISO
uses: jasonn3/build-container-installer/v1.0.0
uses: jasonn3/build-container-installer@main
id: build
with:
arch: ${{ env.ARCH}}