actions-runner-controller/.github/workflows
Hayden Fuss c986c5553d
Fixing Docker Build and Push for Runner Image (#115)
A new image tag for the runner stopped being published on master merges from changes in #86.

This fixes that in the following ways:
- Tests the GH workflow on PRs w/o pushing the images
- Runner and Docker version are moved from Makefile to GH Actions workflow and are passed in as build args
- GHA workflow runs on PRs, and if the workflow file itself is changed (i.e. version bump) or the runner Docker source changes (excluding the Makefile since thats just for local dev)
- Images are pushed on push (i.e. a merge)
2020-10-09 09:16:24 +09:00
..
build-runner.yml Fixing Docker Build and Push for Runner Image (#115) 2020-10-09 09:16:24 +09:00
release.yml Initial multi-arch image commit (#86) 2020-10-05 09:26:46 +09:00
test.yaml Verify manifests on pull request build 2020-10-06 09:30:25 +09:00