pidgin/nest

d2e5109efaf2
Improves on **Copy Code to Clipboard** tool

* Code snippets in headers no longer have a copy button attached
* Stylying
* Inline snippets are purple to match theme
* Heading snippets are a lighter purple
* Code
* Uses a variable instead of hiding the clipboard buttons with styling
* Simplify code execution
* Add **copy to** config to readme
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]