chore: bump Vib action to v0.7.2

This commit is contained in:
K.B.Dharun Krishna 2024-06-18 23:55:24 +05:30
parent e58af4502a
commit efb571517c
3 changed files with 5 additions and 4 deletions

View file

@ -97,15 +97,15 @@ jobs:
permissions: permissions:
packages: write # Allow pushing images to GHCR packages: write # Allow pushing images to GHCR
attestations: write # To create and write attestations attestations: write # To create and write attestations
id-token: write # Additional permissions for persistence of the attestations id-token: write # Additional permissions for the persistence of the attestations
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- uses: vanilla-os/vib-gh-action@v0.7.0 - uses: vanilla-os/vib-gh-action@v0.7.2
with: with:
recipe: 'recipe.yml' recipe: 'recipe.yml'
plugins: 'Vanilla-OS/vib-fsguard:v1.4' plugins: 'Vanilla-OS/vib-fsguard:v1.5.1'
- uses: actions/upload-artifact@v4 - uses: actions/upload-artifact@v4
with: with:

1
.gitignore vendored
View file

@ -1,3 +1,4 @@
# Ignore Vib generated directories # Ignore Vib generated directories
/downloads/ /downloads/
/sources/ /sources/
Containerfile

View file