mirror of
https://github.com/actions/actions-runner-controller.git
synced 2025-12-12 12:36:55 +00:00
Add tasks for releasing
This commit is contained in:
9
Makefile
9
Makefile
@@ -62,6 +62,15 @@ docker-build: test
|
|||||||
docker-push:
|
docker-push:
|
||||||
docker push ${NAME}:${VERSION}
|
docker push ${NAME}:${VERSION}
|
||||||
|
|
||||||
|
# Generate the release manifest file
|
||||||
|
release:
|
||||||
|
mkdir -p release
|
||||||
|
kustomize build config/default > release/actions-runner-controller.yaml
|
||||||
|
|
||||||
|
# Upload release file to GitHub.
|
||||||
|
github-release: release
|
||||||
|
ghr ${VERSION} release/
|
||||||
|
|
||||||
# find or download controller-gen
|
# find or download controller-gen
|
||||||
# download controller-gen if necessary
|
# download controller-gen if necessary
|
||||||
controller-gen:
|
controller-gen:
|
||||||
|
|||||||
Reference in New Issue
Block a user