mirror of
https://github.com/prometheus-operator/prometheus-operator.git
synced 2025-04-16 01:06:27 +00:00
Merge pull request #1428 from mxinden/rename-container
prometheus-config-reloader/Makefile: Rename image to container
This commit is contained in:
commit
5eb0b7414b
1 changed files with 3 additions and 3 deletions
|
@ -10,13 +10,13 @@ IMAGE = $(REPO):$(TAG)
|
|||
build:
|
||||
$(ENVVAR) go build -o $(NAME) main.go
|
||||
|
||||
image: build
|
||||
container: build
|
||||
docker build -t $(IMAGE) .
|
||||
|
||||
push: image
|
||||
push: container
|
||||
docker push $(IMAGE)
|
||||
|
||||
clean:
|
||||
rm -f $(NAME)
|
||||
|
||||
.PHONY: all build image push clean
|
||||
.PHONY: all build container push clean
|
||||
|
|
Loading…
Add table
Reference in a new issue