• v0.9.2 231cde1531

    Update build-runner workflow to be compatible with forks, fix image push (#117)

    admin released this 2020-10-13 12:14:36 +00:00 | 1650 commits to master since this release

    Partly revert and enhances #115

    This is a follow-up to #115 that replaces the hardcoded summerwind portion of the image name with ${{ github.repository_owner }} to enable contributors to test the image pushing behavior and fixes image building by conditionally passing --push to the build step based on the event that triggered the workflow.

    After setting the DOCKER_ACCESS_TOKEN Secret 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