Skip to content

Commit

Permalink
feat: bump vib-fsguard to v1.2-1
Browse files Browse the repository at this point in the history
  • Loading branch information
axtloss authored and mirkobrombin committed Jan 12, 2024
1 parent 5f2082d commit b5a87af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/vib-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- uses: vanilla-os/[email protected]
with:
recipe: 'recipe.yml'
plugins: 'Vanilla-OS/vib-fsguard:v1.1-2'
plugins: 'Vanilla-OS/vib-fsguard:v1.2-1'

- name: Build the Docker image
run: docker image build -f Containerfile --tag ghcr.io/vanilla-os/desktop:main .
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/vib-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- uses: vanilla-os/[email protected]
with:
recipe: 'recipe.yml'
plugins: 'Vanilla-OS/vib-fsguard:v1.1-2'
plugins: 'Vanilla-OS/vib-fsguard:v1.2-1'

- name: Build the Docker image
run: docker image build -f Containerfile --tag vanillaos/desktop .
Expand Down

0 comments on commit b5a87af

Please sign in to comment.