chore: bump Vib action to v0.7.0

Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
This commit is contained in:
K.B.Dharun Krishna 2024-04-22 15:43:03 +05:30
parent 03ac98ea5a
commit edb4bc1429
No known key found for this signature in database
GPG key ID: 0CFDE7E6FAC14AF8
2 changed files with 4 additions and 4 deletions

View file

@ -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: |

View file

@ -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 .