message no. 176013
Posted by kline in #github at 2019-11-20T13:28:52Z
I'm looking at Github Actions for a new repo, and one of the options is to build a docker image, which is cool because that's what's happening in the repo anyway. The only "run" step in the template is to run docker build - is the point of this action simply to test that the docker image builds, or does the resulting image become available somewhere as a build artifact?