Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 1.19 KB

README.md

File metadata and controls

22 lines (16 loc) · 1.19 KB

Ploigos OpenShift GitHub Actions Runner Images

Based on the OpenShift Github Actions Runners

This repository has a Github Actions workflow that automatically builds and publishes changes to the image.

Building Image Manually

buildah bud -t quay.io/ploigos/ploigos-github-runner .
podman push quay.io/ploigos/ploigos-github-runner

Contributing

When contributing to this repository, you MUST use the feature/* branch naming convention in order for the Github Actions workflow to be triggered to build and push to a new image.

Stuff pulled from the interwebs:

File/Purpose URL
GitHub Runner Release API https://api.github.com/repos/actions/runner/releases/latest
OpenShift CLI https://mirror.openshift.com/pub/openshift-v4/x86_64/clients/ocp/${OC_VERSION}/openshift-client-linux.tar.gz