mirror of
https://github.com/kyverno/kyverno.git
synced 2025-04-18 02:06:52 +00:00
resolve PR comment
This commit is contained in:
parent
4b568efd70
commit
eaef747af8
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -38,7 +38,7 @@ cli-dirs:
|
|||
|
||||
image:
|
||||
docker build -t $(REPO):$(IMAGE_TAG) .
|
||||
# docker tag $(REPO):$(IMAGE_TAG) $(REPO):latest
|
||||
docker tag $(REPO):$(IMAGE_TAG) $(REPO):latest
|
||||
|
||||
push:
|
||||
docker push $(REPO):$(IMAGE_TAG)
|
||||
|
|
Loading…
Add table
Reference in a new issue