mirror of
https://github.com/fluxcd/flagger.git
synced 2026-03-02 01:30:48 +00:00
14 lines
194 B
Makefile
14 lines
194 B
Makefile
TAG?=latest
|
|
|
|
build:
|
|
docker build -t stefanprodan/steerer:$(TAG) . -f Dockerfile
|
|
|
|
push:
|
|
docker push stefanprodan/steerer:$(TAG)
|
|
|
|
test:
|
|
go test ./...
|
|
|
|
verify-codegen:
|
|
./hack/verify-codegen.sh
|