Skip to content

Update to Traefik v2.10, go1.21 and alpine 3.18 #148

Update to Traefik v2.10, go1.21 and alpine 3.18

Update to Traefik v2.10, go1.21 and alpine 3.18 #148

Workflow file for this run

name: Build Documentation
on:
pull_request:
jobs:
docs:
name: Doc package
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Package documentation
run: make docs-package