Skip to content

Commit

Permalink
chore(ci): Don't pull zfs on latest. (#1854)
Browse files Browse the repository at this point in the history
Co-authored-by: Jorge O. Castro <[email protected]>
  • Loading branch information
m2Giles and castrojo authored Oct 29, 2024
1 parent ca35888 commit 8db7486
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/reusable-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ jobs:

- name: Verify ZFS
uses: EyeCantCU/cosign-action/verify@58722a084c82190b57863002d494c91eabbe9e79 # v0.3.0
if: inputs.fedora_version != 'beta'
if: inputs.fedora_version != 'beta' && inputs.fedora_version != 'latest'
with:
containers: akmods-zfs:coreos-stable-${{ env.fedora_version }}

Expand Down

0 comments on commit 8db7486

Please sign in to comment.