Skip to content

chore(loki): bump to 3.6.2 #240

chore(loki): bump to 3.6.2

chore(loki): bump to 3.6.2 #240

Workflow file for this run

name: loki
on:
schedule:
- cron: "00 01 * * 1-5"
pull_request:
paths:
- .github/workflows/loki.yaml
- 'images/loki/*.yaml'
- 'images/loki/**/*.yaml'
push:
branches:
- 'main'
paths:
- .github/workflows/loki.yaml
- 'images/loki/*.yaml'
- 'images/loki/**/*.yaml'
workflow_dispatch:
permissions:
contents: read
packages: write
attestations: write
id-token: write
security-events: write
actions: read
jobs:
publish:
strategy:
matrix:
version: [latest, "3.6", "3.6.2", "3.5", "3.5.8", "3.4", "3.4.3"]
variant: [prod, shell]
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.version != 'latest' && format('loki~{0},logcli~{0}', matrix.version) || '' }}
secrets: inherit