Skip to content

Add READMEs to action images #3

Add READMEs to action images

Add READMEs to action images #3

name: Node Action Images
on:
push:
branches:
- master
paths:
- node-action/**
- .github/workflows/node-action-images.yml
- .github/workflows/generic.yml
workflow_dispatch:
jobs:
generic:
uses: ./.github/workflows/generic.yml
with:
image-name: "node-action"
latest: "22"
filters: |
shared: &shared
- .github/workflows/node-action-images.yml
- .github/workflows/generic.yml
node-action-20:
- node-action/20/**
- *shared
node-action-22:
- node-action/22/**
- *shared
secrets: inherit