22 lines
544 B
YAML
22 lines
544 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 }}
|
|
TELEGRAM_BOT_TOKEN: ${{ secrets.TELEGRAM_BOT_TOKEN }}
|
|
TELEGRAM_CHAT_ID: ${{ secrets.TELEGRAM_CHAT_ID }}
|