excalidraw/.github/workflows/build-docker.yml

14 lines
197 B
YAML

name: Build Docker image
on:
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: docker build -t excalidraw .