Skip to content

Commit

Permalink
Add build on PR
Browse files Browse the repository at this point in the history
  • Loading branch information
cjreed121 committed Aug 31, 2024
1 parent 050227e commit a8c0f5f
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/docker-build-pr.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Docker Build and Push

on:
pull_request:
branches:
- main

jobs:
call-docker-build-push:
uses: submitty/action-docker-build/.github/workflows/[email protected]
with:
push: false
docker_org_name: submittyrpi
base_commit: ${{ github.event.pull_request.base.sha }}
head_commit: ${{ github.event.pull_request.head.sha }}

0 comments on commit a8c0f5f

Please sign in to comment.