From 3bc888168cd99dda4c11817f63a086429eae01d8 Mon Sep 17 00:00:00 2001 From: "K.B.Dharun Krishna" Date: Sat, 11 May 2024 16:19:08 +0530 Subject: [PATCH] feat/ci: upload Containerfile after building vib recipe Signed-off-by: K.B.Dharun Krishna --- .github/workflows/vib-build.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/vib-build.yml b/.github/workflows/vib-build.yml index ad08d2a..934760f 100644 --- a/.github/workflows/vib-build.yml +++ b/.github/workflows/vib-build.yml @@ -103,6 +103,11 @@ jobs: with: recipe: 'recipe.yml' plugins: 'Vanilla-OS/vib-fsguard:v1.4' + + - uses: actions/upload-artifact@v4 + with: + name: Containerfile + path: Containerfile - name: Generate image name run: |