Skip to content

Commit

Permalink
chore(ci): Don't pull zfs on latest.
Browse files Browse the repository at this point in the history
  • Loading branch information
m2Giles authored Oct 29, 2024
1 parent 672a8a2 commit e1d3dc2
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 e1d3dc2

Please sign in to comment.