From 4adc75a4fb1c8c6ef773c6651e3754faffee0e86 Mon Sep 17 00:00:00 2001 From: "K.B.Dharun Krishna" Date: Tue, 18 Jun 2024 23:55:24 +0530 Subject: [PATCH] chore: bump Vib action to v0.7.2 --- .github/workflows/vib-build.yml | 8 ++++---- .gitignore | 1 + Containerfile | 0 3 files changed, 5 insertions(+), 4 deletions(-) delete mode 100644 Containerfile diff --git a/.github/workflows/vib-build.yml b/.github/workflows/vib-build.yml index 556cd13..98d7121 100644 --- a/.github/workflows/vib-build.yml +++ b/.github/workflows/vib-build.yml @@ -97,16 +97,16 @@ jobs: permissions: packages: write # Allow pushing images to GHCR attestations: write # To create and write attestations - id-token: write # Additional permissions for persistence of the attestations + id-token: write # Additional permissions for the persistence of the attestations steps: - uses: actions/checkout@v4 - - uses: vanilla-os/vib-gh-action@v0.7.0 + - uses: vanilla-os/vib-gh-action@v0.7.2 with: recipe: 'recipe.yml' - plugins: 'Vanilla-OS/vib-fsguard:v1.4' - + plugins: 'Vanilla-OS/vib-fsguard:v1.5.1' + - uses: actions/upload-artifact@v4 with: name: Containerfile diff --git a/.gitignore b/.gitignore index ca185e5..2b1e343 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ # Ignore Vib generated directories /downloads/ /sources/ +Containerfile diff --git a/Containerfile b/Containerfile deleted file mode 100644 index e69de29..0000000