Skip to content

Commit e9f5909

Browse files
committed
fixed linting/format issue in the release.yml file
1 parent 0b7e36e commit e9f5909

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,4 @@ jobs:
5454
--cache-repo ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}-cache \
5555
--build-arg BINARY=${{ matrix.binary }} \
5656
--destination ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}-${{ matrix.binary }}:${{ steps.meta.outputs.version }} \
57-
${{ join(steps.meta.outputs.tags-csv | split(',') | map(format('--destination %s', @)), ' ') }}
57+
${{ steps.meta.outputs.tags }}

0 commit comments

Comments
 (0)