Skip to content

Commit

Permalink
fix: dual_sign argument is already a string
Browse files Browse the repository at this point in the history
  • Loading branch information
m2Giles committed Jul 11, 2024
1 parent ee762af commit 3c7af18
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 @@ -193,7 +193,7 @@ jobs:
FEDORA_VERSION=${{ matrix.fedora_version }}
KERNEL_VERSION=${{ env.kernel_release }}
KERNEL_FLAVOR=${{ matrix.kernel_flavor }}
DUAL_SIGN='true'
DUAL_SIGN=true
labels: ${{ steps.meta.outputs.labels }}
oci: false

Expand Down

0 comments on commit 3c7af18

Please sign in to comment.