chore: bump Vib action to v0.7.2
This commit is contained in:
parent
e58af4502a
commit
efb571517c
3 changed files with 5 additions and 4 deletions
8
.github/workflows/vib-build.yml
vendored
8
.github/workflows/vib-build.yml
vendored
|
|
@ -97,16 +97,16 @@ 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:
|
||||||
name: Containerfile
|
name: Containerfile
|
||||||
|
|
|
||||||
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1,3 +1,4 @@
|
||||||
# Ignore Vib generated directories
|
# Ignore Vib generated directories
|
||||||
/downloads/
|
/downloads/
|
||||||
/sources/
|
/sources/
|
||||||
|
Containerfile
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue