u4da3 / builder-drawio

Apache License 2.0
0 stars 0 forks source link

builder-drawio

This is a custom builder image for Google Cloud Build, to convert *.drawio files into the image formats.

Usage

Example of cloudbuild.yaml:

steps:
  - name: 'u4da3/builder-drawio'
    args: ['-x','-f','png','-o','dist/example.png','src/example.drawio']

See https://cloud.google.com/cloud-build/docs/build-config