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 fc3f16162a
2 changed files with 4 additions and 4 deletions

View file

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

View file

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