ItsKarma / aws-cli

GitHub Actions for aws-cli
https://github.com/marketplace/actions/aws-cli
47 stars 22 forks source link

Simplify Dockerfile #4

Closed alexjurkiewicz closed 4 years ago

alexjurkiewicz commented 4 years ago

This shaves about 10sec off image build time.

alexjurkiewicz commented 4 years ago

ping? 🙏

ItsKarma commented 4 years ago

I don't want to freely take latest. Lots of organizations (myself included) prefer to lock a version and update on some type of monthly/quarterly basis. Taking latest may break a workflow. I am working on a method of subscribing to pypi and automatically creating a new release when a new version is created. All of that is done already, I'm just working on the final bit to publish it to the Actions Marketplace. If you want to add back in the ENV variable, and it to the RUN pip install command, I'll merge this PR to remove the unnecessary bits. Once the auto tagging is set up, if you want to always use latest you can reference @master branch.

alexjurkiewicz commented 4 years ago

That sounds really cool! The things you can do with GitHub Actions are neat. I've updated the commit as you requested.