Skip to content

Commit

Permalink
fix ubuntu image tages. fast fail off
Browse files Browse the repository at this point in the history
  • Loading branch information
jgresham committed May 6, 2024
1 parent 3b59a2a commit 565def0
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/podman-install-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,12 @@ jobs:
container-test-job:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
container: [
"ubuntu:24",
"ubuntu:23",
"ubuntu:22",
"ubuntu:24.04",
"ubuntu:23.10",
"ubuntu:22.04",
"debian:12",
"fedora:40",
"fedora:39"
Expand Down

0 comments on commit 565def0

Please sign in to comment.