You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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.
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:
Thanks, I'd be willing to help you out with this.
The text was updated successfully, but these errors were encountered: