Skip to content

Add Docker build on PR #2

Add Docker build on PR

Add Docker build on PR #2

Workflow file for this run

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 }}