Skip to content

Workflow file for this run

name: Actions Runner Controller Demo
on:
push:
jobs:
Explore-GitHub-Actions:
runs-on: arc-runner-set
steps:
- uses: actions/checkout@v4
- run: docker build -t foo .