diff --git a/Makefile b/Makefile index 38fdbd65..e683499b 100644 --- a/Makefile +++ b/Makefile @@ -166,7 +166,7 @@ docs: ## Generate documentation release: validate-reqs gpg-preflight previous-tag release-tag docker-test docker-build build ## Docker container and binary release automation for simulator git tag --sign -m $(RELEASE_TAG) $(RELEASE_TAG) git push origin $(RELEASE_TAG) - hub release create -m $(RELEASE_TAG) -a dist/simulator $(RELEASE_TAG) + hub release create -m $(RELEASE_TAG) -a dist/simulator -a kubesim $(RELEASE_TAG) docker tag $(CONTAINER_NAME_LATEST) $(DOCKER_HUB_ORG)/simulator:$(RELEASE_TAG) docker push $(DOCKER_HUB_ORG)/simulator:$(RELEASE_TAG) docker tag $(CONTAINER_NAME_LATEST) $(DOCKER_HUB_ORG)/simulator:latest diff --git a/README.md b/README.md index b1ebef8a..09075717 100644 --- a/README.md +++ b/README.md @@ -214,7 +214,7 @@ Refer to the [Tasks YAML file Format documentation](./docs/tasks-yaml-format.md)
# cURL the script from GitHub -curl -o kubesim https://raw.githubusercontent.com/kubernetes-simulator/simulator/master/kubesim +curl -Lo kubesim https://github.com/kubernetes-simulator/simulator/releases/latest/download/kubesim # Make it executeable chmod a+x kubesim # Place the script on your path