Skip to content

Commit

Permalink
feat:[close #4] Upload artifact when building from a PR (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
kbdharun authored Aug 6, 2023
1 parent ac1bd0b commit b1d2fbd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Docker Image CI
name: Vib Build

on:
push:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Docker Image CI on PR
name: Vib PR

on:
pull_request:
Expand All @@ -21,3 +21,8 @@ jobs:
- name: Build the Docker image
run: docker image build -f Containerfile --tag vanillaos/nvidia:validation .

- uses: actions/upload-artifact@v3
with:
name: Containerfile
path: Containerfile

0 comments on commit b1d2fbd

Please sign in to comment.