1
0
Fork 0
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:
shuting 2019-05-29 18:30:10 -07:00
parent 4b568efd70
commit eaef747af8

View file

@ -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)