binbashar / leverage

Binbash Leverage CLI intended to orchestrate Leverage Reference Architecture for AWS (www.binbash.co/leverage)
https://pypi.org/project/leverage/
Apache License 2.0
17 stars 2 forks source link

Enhancement | Use makefile to build the image #156

Closed juanmatias closed 7 months ago

juanmatias commented 1 year ago

Describe the Enhance

There is a Makefile in the repo, but the whole build/push process it's being managed from inside the action's code. The Makefile process should be used instead.

Expected Behavior

When building/pushing images, the Action should call the Makefile recipes.

Use Case

Any image of Leverage CLI that is being built/ deployed

Describe Ideal Solution

n/a

Alternatives Considered

n/a

Additional Context

n/a