pidgin/nest

7bd23967c90d
The start of a donate button.. needs some styling help
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]