pidgin/nest

Formats html templates

2019-01-18, Jason
49c58db14051
Formats html templates
environment:
- REPO=pidgin/nest
- TAG=latest
tasks:
import:
type: docker/import
files: .:.
build:
type: docker/build
dockerfile: Dockerfile
tag: ${REPO}:${TAG}
files: .
push:
type: docker/push
image: ${REPO}:${TAG}
plans:
default:
stages:
- tasks: [import, build]
publish:
stages:
- tasks: [push]