From 0b0c5db91e90b5ad4a7589ad66be80e1c1a4f83b Mon Sep 17 00:00:00 2001 From: Penn Bauman Date: Sat, 22 Jul 2023 23:39:29 -0400 Subject: [PATCH] debian: added debian 12 to README and workflows --- .github/workflows/debian-pr.yaml | 2 +- .github/workflows/debian.yaml | 2 +- README.md | 3 +++ 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/debian-pr.yaml b/.github/workflows/debian-pr.yaml index c3db2bd9..62186578 100644 --- a/.github/workflows/debian-pr.yaml +++ b/.github/workflows/debian-pr.yaml @@ -19,7 +19,7 @@ jobs: build-images: strategy: matrix: - release: ['10', '11', 'testing', 'unstable'] + release: ['10', '11', '12', 'testing', 'unstable'] runs-on: ubuntu-latest steps: diff --git a/.github/workflows/debian.yaml b/.github/workflows/debian.yaml index e876fa1a..cbd2defe 100644 --- a/.github/workflows/debian.yaml +++ b/.github/workflows/debian.yaml @@ -24,7 +24,7 @@ jobs: build-and-push-images: strategy: matrix: - release: ['10', '11', 'testing', 'unstable'] + release: ['10', '11', '12', 'testing', 'unstable'] runs-on: ubuntu-latest steps: diff --git a/README.md b/README.md index 0fe68adb..61cadcef 100644 --- a/README.md +++ b/README.md @@ -70,6 +70,9 @@ directly use the commands below: $ toolbox create --image quay.io/toolbx-images/debian-toolbox:testing $ toolbox enter debian-toolbox-testing + $ toolbox create --image quay.io/toolbx-images/debian-toolbox:12 + $ toolbox enter debian-toolbox-12 + $ toolbox create --image quay.io/toolbx-images/debian-toolbox:11 $ toolbox enter debian-toolbox-11