Skip to content

Commit

Permalink
feat(ci): include f41 in build matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
madonuko committed Jul 28, 2024
1 parent 567bfad commit 463920e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
packages: write
strategy:
matrix:
branch: ["39", "40", "rawhide"]
branch: ["39", "40", "41", "rawhide"]
fail-fast: false
steps:
- name: Checkout repository
Expand Down

0 comments on commit 463920e

Please sign in to comment.