Skip to content

Commit a8c0f5f

Browse files
committed
Add build on PR
1 parent 050227e commit a8c0f5f

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.github/workflows/docker-build-pr.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: Docker Build and Push
2+
3+
on:
4+
pull_request:
5+
branches:
6+
- main
7+
8+
jobs:
9+
call-docker-build-push:
10+
uses: submitty/action-docker-build/.github/workflows/[email protected]
11+
with:
12+
push: false
13+
docker_org_name: submittyrpi
14+
base_commit: ${{ github.event.pull_request.base.sha }}
15+
head_commit: ${{ github.event.pull_request.head.sha }}

0 commit comments

Comments
 (0)