Skip to content

Commit 2403eec

Browse files
committed
feat(traefik): add 3.4 tag
1 parent 9fefc3b commit 2403eec

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/traefik.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
publish:
3030
strategy:
3131
matrix:
32-
version: [latest, "3.3"]
32+
version: [latest, "3.4", "3.3"]
3333
variant: [prod, shell]
3434
name: ${{ matrix.version }}${{ matrix.variant == 'shell' && '-shell' || '' }}
3535
uses: './.github/workflows/release.yaml'

images/traefik/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ Minimal Wolfi-based traefik HTTP, reverse proxy, mail proxy, and a generic TCP/U
88
| ------------ | ---------------------------------------------- |
99
| latest | ghcr.io/gitguardian/wolfi/traefik:latest |
1010
| latest-shell | ghcr.io/gitguardian/wolfi/traefik:latest-shell |
11+
| 3.4 | ghcr.io/gitguardian/wolfi/traefik:3.4 |
12+
| 3.4-shell | ghcr.io/gitguardian/wolfi/traefik:3.4-shell |
1113
| 3.3 | ghcr.io/gitguardian/wolfi/traefik:3.3 |
1214
| 3.3-shell | ghcr.io/gitguardian/wolfi/traefik:3.3-shell |
1315

0 commit comments

Comments
 (0)