Skip to content

Commit

Permalink
fix: add dnf plugin to workflow (#2)
Browse files Browse the repository at this point in the history
Vib no longer has a built-in dnf module, this commit switches it to my custom module for the same.
  • Loading branch information
kbdharun committed Jun 30, 2024
1 parent b1e281f commit 2c219bb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
- uses: vanilla-os/[email protected] # Build the recipe using Vib
with:
recipe: 'recipe.yml'
plugins: 'kbdharun/vib-dnf:v0.1'

- uses: actions/upload-artifact@v4 # Upload the built Containerfile for debugging
with:
Expand Down

0 comments on commit 2c219bb

Please sign in to comment.