Skip to content

[Feature:Autograding] Fixed a typo in the workflow file (#29) #28

[Feature:Autograding] Fixed a typo in the workflow file (#29)

[Feature:Autograding] Fixed a typo in the workflow file (#29) #28

name: Docker Build and Push
on:
push:
branches:
- "main"
jobs:
call-docker-build-push:
uses: submitty/action-docker-build/.github/workflows/[email protected]
with:
push: true
docker_org_name: submittyrpi
base_commit: ${{ github.event.before }}
head_commit: ${{ github.event.after }}
secrets:
docker_username: ${{ secrets.docker_username }}
docker_password: ${{ secrets.docker_password }}