unsplash / comment-on-pr

A GitHub Action to comment on the relevant open PR when a commit is pushed.
MIT License
151 stars 84 forks source link

Use the `alpine` base image variant #12

Closed mpdude closed 4 years ago

mpdude commented 4 years ago

This leads to a much smaller download and thus faster workflows on GH.

aaronklaassen commented 4 years ago

@mpdude lgtm but I'm curious why this is so much smaller?

mpdude commented 4 years ago

It’s a Linux distro optimized for small images

mpdude commented 4 years ago

See https://hub.docker.com/r/mpdude/comment-on-pr/tags

„Latest“ is the master branch, v1.2.0 the last release with alpine

aaronklaassen commented 4 years ago

Right of course. :+1: