mirror of
https://github.com/coredns/coredns.git
synced 2025-10-27 08:14:18 -04:00
Release: fix docker push
This commit is contained in:
@@ -96,6 +96,8 @@ docker:
|
||||
docker-release:
|
||||
@echo Pushing: $(VERSION)
|
||||
docker tag $(DOCKER_IMAGE_NAME):latest $(DOCKER_IMAGE_NAME):$(VERSION)
|
||||
docker push $(DOCKER_IMAGE_NAME):latest
|
||||
docker push $(DOCKER_IMAGE_NAME):$(VERSION)
|
||||
|
||||
.PHONY: clean
|
||||
clean:
|
||||
|
||||
Reference in New Issue
Block a user