pidgin/nest

Add our support badges

2019-01-17, Gary Kramlich
645e47877987
Add our support badges
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]