Skip to content

Commit

Permalink
fixed linting/format issue in the release.yml file
Browse files Browse the repository at this point in the history
  • Loading branch information
MoeMahhouk committed Jan 28, 2025
1 parent 0b7e36e commit e9f5909
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,4 @@ jobs:
--cache-repo ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}-cache \
--build-arg BINARY=${{ matrix.binary }} \
--destination ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}-${{ matrix.binary }}:${{ steps.meta.outputs.version }} \
${{ join(steps.meta.outputs.tags-csv | split(',') | map(format('--destination %s', @)), ' ') }}
${{ steps.meta.outputs.tags }}

0 comments on commit e9f5909

Please sign in to comment.