-
Update build-runner workflow to be compatible with forks, fix image push (#117)
released this
2020-10-13 12:14:36 +00:00 | 1650 commits to master since this releasePartly revert and enhances #115
This is a follow-up to #115 that replaces the hardcoded
summerwindportion of the image name with${{ github.repository_owner }}to enable contributors to test the image pushing behavior and fixes image building by conditionally passing--pushto the build step based on the event that triggered the workflow.After setting the
DOCKER_ACCESS_TOKENSecret on my fork of this repository, I was able to use this updated workflow to build and push a set of images and confirm their functionality. I imagine this will be useful to future contributors who wish to help with the chore of keeping up with https://github.com/actions/runner/releases.Downloads