feat/ci: upload Containerfile after building vib recipe
Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
This commit is contained in:
parent
2081e91aff
commit
6256d6780f
1 changed files with 5 additions and 0 deletions
5
.github/workflows/vib-build.yml
vendored
5
.github/workflows/vib-build.yml
vendored
|
|
@ -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: |
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue