We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b7e36e commit e9f5909Copy full SHA for e9f5909
.github/workflows/release.yml
@@ -54,4 +54,4 @@ jobs:
54
--cache-repo ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}-cache \
55
--build-arg BINARY=${{ matrix.binary }} \
56
--destination ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}-${{ matrix.binary }}:${{ steps.meta.outputs.version }} \
57
- ${{ join(steps.meta.outputs.tags-csv | split(',') | map(format('--destination %s', @)), ' ') }}
+ ${{ steps.meta.outputs.tags }}
0 commit comments