Skip to content

[Feature:Autograding] Add Haskell image (#52) #35

[Feature:Autograding] Add Haskell image (#52)

[Feature:Autograding] Add Haskell image (#52) #35

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: submitty
base_commit: ${{ github.event.before }}
head_commit: ${{ github.event.after }}
secrets:
docker_username: ${{ secrets.docker_username }}
docker_password: ${{ secrets.docker_password }}