Skip to content

Commit

Permalink
feat:[close #9] Upload artifact when building from a PR
Browse files Browse the repository at this point in the history
  • Loading branch information
kbdharun committed Aug 6, 2023
1 parent 501c096 commit 383c1f3
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/core:validation .

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

0 comments on commit 383c1f3

Please sign in to comment.