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
|
|
@ -104,6 +104,11 @@ jobs:
|
|||
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: |
|
||||
REPO_OWNER_LOWERCASE="$(echo ${{ github.repository_owner }} | tr '[:upper:]' '[:lower:]')"
|
||||
|
|
|
|||
Loading…
Reference in a new issue