feat/ci: upload Containerfile after building vib recipe

Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
This commit is contained in:
K.B.Dharun Krishna 2024-05-11 16:19:08 +05:30
parent 29b9610558
commit 3bc888168c
No known key found for this signature in database
GPG key ID: 1B8ECA406788AFA4

View file

@ -103,6 +103,11 @@ jobs:
with: with:
recipe: 'recipe.yml' recipe: 'recipe.yml'
plugins: 'Vanilla-OS/vib-fsguard:v1.4' plugins: 'Vanilla-OS/vib-fsguard:v1.4'
- uses: actions/upload-artifact@v4
with:
name: Containerfile
path: Containerfile
- name: Generate image name - name: Generate image name
run: | run: |