SvanBoxel / delete-merged-branch

No more manually deleting merged branches, this lovely app does it for you.
https://github.com/apps/delete-merged-branch/
ISC License
323 stars 55 forks source link

feature request: auto docker push #90

Open cyberhck opened 5 years ago

cyberhck commented 5 years ago

Hi there, I love your deployment process, I want to deploy your app in docker, I'd love if you could publish docker automatically.

I also use semantic-release for versioning, now.sh as lambda function, but in semantic-release, I also push my image to docker hub. Here's a sample: https://github.com/fossapps/MergeWhenReady

It'd be amazing if you could push to docker hub, and I'd just use the app by setting some env variable like so:

APP_ID=""
WEBHOOK_SECRET=""
BASE64_PRIVATE_KEY=""
GHE_HOST="github.private-domain.com"

Thanks, I'd be willing to help you out with this.

donovanmuller commented 2 years ago

This would also help with running this action in self-hosted runners and using a corporate HTTP proxy, where we currently cannot pass HTTP proxy build args. to Docker builds (see this feature request) and therefore cannot build the image when run.

I currently have to use the main branch to get around this.