Add push-image action, small fixes (#21)

* Add push-image action

* Update example
This commit is contained in:
Chris Marshall
2020-11-22 11:35:28 -05:00
committed by GitHub
parent b64c44e6ac
commit bc61c2dc7e
5 changed files with 98 additions and 13 deletions

View File

@ -9,7 +9,7 @@ q3: gen
gen: ## Generate and embed templates
@go run tools/genstatic.go public public
VERSION ?= v1.0.5
VERSION ?= latest
IMAGE ?= docker.io/criticalstack/quake:$(VERSION)
.PHONY: build