Skip to content

Commit 011e7f1

Browse files
authored
Add Docker build on PR (#27)
* Add build on PR * Newline
1 parent b6b6b27 commit 011e7f1

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

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

+15
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)