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
edb4bc1429
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:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
- uses: vanilla-os/vib-gh-action@v0.6.2
|
- uses: vanilla-os/vib-gh-action@v0.7.0
|
||||||
with:
|
with:
|
||||||
recipe: 'recipe.yml'
|
recipe: 'recipe.yml'
|
||||||
plugins: 'Vanilla-OS/vib-fsguard:v1.3-2'
|
plugins: 'Vanilla-OS/vib-fsguard:v1.4'
|
||||||
|
|
||||||
- name: Generate image name
|
- name: Generate image name
|
||||||
run: |
|
run: |
|
||||||
|
|
|
||||||
4
.github/workflows/vib-pr.yml
vendored
4
.github/workflows/vib-pr.yml
vendored
|
|
@ -13,10 +13,10 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
- uses: vanilla-os/vib-gh-action@v0.6.2
|
- uses: vanilla-os/vib-gh-action@v0.7.0
|
||||||
with:
|
with:
|
||||||
recipe: 'recipe.yml'
|
recipe: 'recipe.yml'
|
||||||
plugins: 'Vanilla-OS/vib-fsguard:v1.3-2'
|
plugins: 'Vanilla-OS/vib-fsguard:v1.4'
|
||||||
|
|
||||||
- name: Build the Docker image
|
- name: Build the Docker image
|
||||||
run: docker image build -f Containerfile --tag testing .
|
run: docker image build -f Containerfile --tag testing .
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue