Closed ravgeetdhillon closed 2 years ago
v2 released. 🎉
To use v2, just change the action version from v1 to v2:
- uses: ravsamhq/notify-slack-action@v1
# to
- uses: ravsamhq/notify-slack-action@v2
Thanks for this! I found I had hundreds of leftover Docker images due to this plugin, and this rewrite is the best solution to that problem too!
The current implementation uses Python and Docker is required for building the action. Docker builds take about 15-20s for each build which is too much as compared to the actions written in Javascript (1-2s).
I'll try to migrate this action to Javascript and get rid of the Docker builds and release the new action as v2.
If anyone has a better alternative/suggestion, please comment below. I'd be more than happy to take your advice.
Thanks.