diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d003f12..2aef5e6 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -19,7 +19,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - version: ["10", "11", "12"] + version: ["10", "11", "12", "trixie"] steps: - name: Checkout repository diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c452da4..e2ce116 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -26,7 +26,7 @@ jobs: packages: write strategy: matrix: - version: ["10", "11", "12"] + version: ["10", "11", "12", "trixie"] steps: - name: Checkout repository diff --git a/README.md b/README.md index 8e57642..b98916e 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,7 @@ Systemd Debian Container Images for testing Ansible roles with Molecule and Podman. Supported Debian versions: +* `13` - Trixie * `12` - Bookworm * `11` - Bullseye * `10` - Buster @@ -15,6 +16,7 @@ GitHub Package Registry. These tags are available. They are updated on changes to the `main` branch and are automatically rebuilt once a week. +* `ghcr.io/hifis-net/debian-systemd:trixie` * `ghcr.io/hifis-net/debian-systemd:12` * `ghcr.io/hifis-net/debian-systemd:11` * `ghcr.io/hifis-net/debian-systemd:10`