add readme, path whitelist

This commit is contained in:
2026-01-10 00:57:49 -05:00
parent e9fa847ee2
commit 2148500fc6
2 changed files with 15 additions and 1 deletions

View File

@@ -2,7 +2,9 @@ name: Build and Publish Runner Image
on: on:
push: push:
branches: [main, master] branches: [main]
paths:
- "Dockerfile"
workflow_dispatch: workflow_dispatch:
jobs: jobs:

12
readme.md Normal file
View File

@@ -0,0 +1,12 @@
# setup-ansible
The custom Node Alpine image responsible for deploying tasks in my homelab via Ansible.
```yaml
jobs:
deploy:
name: Prepare
runs-on: ansible
steps:
# ...
```