Skip to content

Commit

Permalink
debian: added debian 12 to README and workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
pennbauman committed Jul 23, 2023
1 parent bcc95dc commit 0b0c5db
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/debian-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/debian.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0b0c5db

Please sign in to comment.