1
0
mirror of https://github.com/excalidraw/excalidraw.git synced 2025-02-18 13:29:36 +01:00
excalidraw/.github/workflows/build-docker.yml

14 lines
205 B
YAML

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