Skip to content

Commit

Permalink
Add Docker build on PR (#27)
Browse files Browse the repository at this point in the history
* Add build on PR

* Newline
  • Loading branch information
cjreed121 authored Aug 31, 2024
1 parent b6b6b27 commit 011e7f1
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 011e7f1

Please sign in to comment.