Skip to content

Commit

Permalink
fix(ci): set empty string as a flag when not specified by the ci
Browse files Browse the repository at this point in the history
Signed-off-by: Aldo Lacuku <[email protected]>
  • Loading branch information
alacuku authored and poiana committed Mar 28, 2024
1 parent 456f306 commit ee3cd60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/reusable-publish-oci-artifacts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
--plugins-amd64-path /tmp/plugins-x86_64 \
--plugins-arm64-path /tmp/plugins-aarch64 \
--rulesfiles-path /tmp/plugins-x86_64 \
--dev-tag ${{ inputs.dev-tag }}
--dev-tag "${{ inputs.dev-tag }}"
)
echo "REGISTRY_UPDATE_STATUS=${REGISTRY_UPDATE_STATUS}" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit ee3cd60

Please sign in to comment.