Skip to content

Fix tags hopefully, take 2 #8

Fix tags hopefully, take 2

Fix tags hopefully, take 2 #8

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