Skip to content

Refactor lots of things #4

Refactor lots of things

Refactor lots of things #4

Workflow file for this run

name: nginx Images
on:
push:
branches:
- master
paths:
- nginx/**
- .github/workflows/nginx-images.yml
- .github/workflows/generic.yml
workflow_dispatch:
jobs:
generic:
uses: ./.github/workflows/generic.yml
with:
image-name: "nginx"
filters: |
shared: &shared
- nginx/README.md
- .github/workflows/nginx-images.yml
- .github/workflows/generic.yml
nginx-1.26:
- nginx/1.26/**
- *shared
aliases: |
nginx-1.26:
- latest
secrets: inherit