mirror of
https://github.com/prometheus-operator/prometheus-operator.git
synced 2025-04-21 11:48:53 +00:00
adapt container image repo
This commit is contained in:
parent
de8566b8b0
commit
670e543c00
1 changed files with 8 additions and 1 deletions
9
Makefile
9
Makefile
|
@ -1,6 +1,13 @@
|
|||
all: build
|
||||
|
||||
REPO = quay.io/coreos/prometheus-operator
|
||||
TAG = latest
|
||||
|
||||
build:
|
||||
./scripts/check_license.sh
|
||||
go build github.com/coreos/prometheus-operator/cmd/operator
|
||||
|
||||
container:
|
||||
docker build -t quay.io/coreos/prometheus-operator.
|
||||
docker build -t $(REPO):$(TAG) .
|
||||
|
||||
.PHONY: all build container
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue