Skip to content

chore(container): update quay.io/minio/minio docker tag to release.2023-12-09t18-17-51z #8429

chore(container): update quay.io/minio/minio docker tag to release.2023-12-09t18-17-51z

chore(container): update quay.io/minio/minio docker tag to release.2023-12-09t18-17-51z #8429

Workflow file for this run

---
name: YAML Lint
on:
workflow_dispatch:
push:
branches: [ '*' ]
pull_request:
jobs:
yaml-lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
with:
fetch-depth: 1
- name: Lint YAML
uses: ibiqlik/action-yamllint@v3
with:
config_file: .yamllint.yaml