Skip to content

Commit

Permalink
Merge pull request #3 from adfinis/molecule_defaults
Browse files Browse the repository at this point in the history
fix: update the defaults because of missing image tags
  • Loading branch information
maxthier authored Dec 5, 2024
2 parents 78a9685 + d7d6d71 commit 73ef374
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/molecule.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@ on:
},
{
"image": "fedora",
"tag": "40"
"tag": "latest"
},
{
"image": "fedora",
"tag": "39"
},
{
"image": "ubuntu",
"tag": "noble"
"tag": "latest"
},
{
"image": "ubuntu",
Expand Down

0 comments on commit 73ef374

Please sign in to comment.