Skip to content

chore(deps): update docker.io/traefik/traefikee docker tag to v2.12.0 #197

chore(deps): update docker.io/traefik/traefikee docker tag to v2.12.0

chore(deps): update docker.io/traefik/traefikee docker tag to v2.12.0 #197

Workflow file for this run

---
name: Test
on:
workflow_call:
workflow_dispatch:
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Configure Git
run: |
git config user.name "$GITHUB_ACTOR"
git config user.email "[email protected]"
- name: Lint Chart
run: make lint
- name: Test Chart
run: make test
- name: Test Changelog Artifacthub annotation
run: |
changes=$(grep '"' traefikee/Chart.yaml | wc -l)
test $changes -gt 1