--- kind: pipeline type: docker name: default steps: - name: build image: crystallang/crystal:1.5-alpine commands: - shards install --production - shards build --release --static