Skip to content

Commit

Permalink
Fix for mixed up Debian release names.
Browse files Browse the repository at this point in the history
  • Loading branch information
robert-de-bock committed Aug 2, 2023
1 parent e042032 commit 9589e72
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/molecule.yml
Expand Up @@ -42,7 +42,7 @@ jobs:
- image: "debian"
tag: "latest"
- image: "debian"
tag: "bookworm"
tag: "bullseye"
- image: "fedora"
tag: "37"
- image: "fedora"
Expand Down
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Expand Up @@ -25,7 +25,7 @@ molecule:
- image: "debian"
tag: "latest"
- image: "debian"
tag: "bookworm"
tag: "bullseye"
- image: "fedora"
tag: "37"
- image: "fedora"
Expand Down

0 comments on commit 9589e72

Please sign in to comment.