anchore / anchore-cli

Simple command-line client to the Anchore Engine service
Apache License 2.0
114 stars 55 forks source link

Clean up Makefile & add release functionality #93

Closed Btodhunter closed 4 years ago

Btodhunter commented 4 years ago

Restructured the Makefile for better readability. Also added a push-redhat-image job as part of the semver tag workflow.

I recommend not looking at the Makefile diff because I restructured the entire file so it's hard to read. The only actual changes to the Makefile are to the following targets:

anchore-ci -> setup-test-infra
clean* -> compacted to clean & clean-all
push-redhat *new*