Skip to content

[Feature:Autograding] Fixed a typo in the workflow file #4

[Feature:Autograding] Fixed a typo in the workflow file

[Feature:Autograding] Fixed a typo in the workflow file #4

name: Docker Build PR
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 }}