Skip to content

Commit

Permalink
feat: make Debian 13 image available
Browse files Browse the repository at this point in the history
Signed-off-by: Norman Ziegner <[email protected]>
  • Loading branch information
Normo committed Sep 9, 2024
1 parent 12177f5 commit af0fe16
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
version: ["10", "11", "12"]
version: ["10", "11", "12", "13"]

steps:
- name: Checkout repository
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
packages: write
strategy:
matrix:
version: ["10", "11", "12"]
version: ["10", "11", "12", "13"]

steps:
- name: Checkout repository
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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:13`
* `ghcr.io/hifis-net/debian-systemd:12`
* `ghcr.io/hifis-net/debian-systemd:11`
* `ghcr.io/hifis-net/debian-systemd:10`
Expand Down

0 comments on commit af0fe16

Please sign in to comment.