From b888c43aee3e36e83f7dfa7a53a0adce30260bf0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=98=BF=20Kenneth=20Reitz?= Date: Wed, 18 Sep 2019 19:07:19 -0400 Subject: [PATCH] Update Bakefile --- Bakefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Bakefile b/Bakefile index cbb1f42..2079970 100644 --- a/Bakefile +++ b/Bakefile @@ -1,4 +1,5 @@ install: install/system install/python + install/python: install/system @skip:key=./Pipfile.lock pipenv install @@ -7,8 +8,10 @@ install/system: docker/bash: docker/build install/system docker-compose run --entrypoint=bash bake + docker/release: docker/build install/system docker/release/github docker-compose push + docker/release/github: install/system docker/build REGISTRY=${REGISTRY:-docker.pkg.github.com} USERNAME=${USERNAME:-kennethreitz}