chore: bump Vib action to v0.7.0
Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
This commit is contained in:
parent
03ac98ea5a
commit
fc3f16162a
2 changed files with 4 additions and 4 deletions
4
.github/workflows/vib-build.yml
vendored
4
.github/workflows/vib-build.yml
vendored
|
|
@ -91,10 +91,10 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- uses: vanilla-os/vib-gh-action@v0.6.2
|
||||
- uses: vanilla-os/vib-gh-action@v0.7.0
|
||||
with:
|
||||
recipe: 'recipe.yml'
|
||||
plugins: 'Vanilla-OS/vib-fsguard:v1.3-2'
|
||||
plugins: 'Vanilla-OS/vib-fsguard:v1.4'
|
||||
|
||||
- name: Generate image name
|
||||
run: |
|
||||
|
|
|
|||
4
.github/workflows/vib-pr.yml
vendored
4
.github/workflows/vib-pr.yml
vendored
|
|
@ -13,10 +13,10 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- uses: vanilla-os/vib-gh-action@v0.6.2
|
||||
- uses: vanilla-os/vib-gh-action@v0.7.0
|
||||
with:
|
||||
recipe: 'recipe.yml'
|
||||
plugins: 'Vanilla-OS/vib-fsguard:v1.3-2'
|
||||
plugins: 'Vanilla-OS/vib-fsguard:v1.4'
|
||||
|
||||
- name: Build the Docker image
|
||||
run: docker image build -f Containerfile --tag testing .
|
||||
|
|
|
|||
Loading…
Reference in a new issue