Skip to content

Fix tags hopefully?

Fix tags hopefully? #7

Workflow file for this run

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