Skip to content

Commit

Permalink
fix generation tags
Browse files Browse the repository at this point in the history
  • Loading branch information
adeepn committed Sep 25, 2024
1 parent 8f5dbf5 commit b34ccd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/build-image/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ runs:
run: |
output=$(docker/generate_tags.py \
--tag "${{ inputs.version }}" \
--suffix "${{ inputs.suffix }}" --registry ghcr)
--suffix "${{ inputs.suffix }}")
echo $output
for l in $output; do
echo $l >> $GITHUB_OUTPUT
Expand Down

0 comments on commit b34ccd3

Please sign in to comment.