20 lines
428 B
YAML
20 lines
428 B
YAML
name: 🐳 Build ubuntu-latest Runner Image
|
|
|
|
on:
|
|
push:
|
|
branches:
|
|
- main
|
|
paths:
|
|
- 'docker-ubuntu-latest/Dockerfile'
|
|
workflow_dispatch:
|
|
|
|
jobs:
|
|
build:
|
|
uses: docker/image-builder/.gitea/workflows/build.yaml@main
|
|
with:
|
|
image_name: ubuntu-act-runner
|
|
dockerfile_path: docker-ubuntu-latest/Dockerfile
|
|
context_path: docker-ubuntu-latest/
|
|
secrets:
|
|
TOKEN: ${{ secrets.TOKEN }}
|