Skip to content

bump loki,fluent-bit,minio versions #16

bump loki,fluent-bit,minio versions

bump loki,fluent-bit,minio versions #16

Workflow file for this run

name: minio
on:
schedule:
- cron: "00 01 * * 1"
push:
branches:
- 'main'
paths:
- .github/workflows/minio.yaml
- 'images/minio/*.yaml'
workflow_dispatch:
permissions:
contents: read
packages: write
attestations: write
id-token: write
security-events: write
actions: read
jobs:
publish:
strategy:
matrix:
# https://images.chainguard.dev/directory/image/minio/versions
version: [latest, "0.20250408"]
variant: [prod, shell]
include:
- version: latest
packages: ''
- version: "0.20250408"
packages: 'minio~0.20250408,mc~0.20250408'
name: ${{ matrix.version }}${{ matrix.variant == 'shell' && '-shell' || '' }}
uses: './.github/workflows/release.yaml'
with:
tag: ${{ matrix.version }}${{ matrix.variant == 'shell' && '-shell' || '' }}
target: ${{ matrix.variant }}
packages: ${{ matrix.packages }}
secrets: inherit