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 d61de77 commit f7ffa6aCopy full SHA for f7ffa6a
.github/workflows/testing-release.yml
@@ -231,7 +231,7 @@ jobs:
231
env:
232
GH_TOKEN: ${{ github.token }}
233
GH_REPO: ${{ github.repository }}
234
- DOCKER_META_TAGS: ${{ fromJSON(steps.meta.outputs.json).tags }}
+ DOCKER_META_TAGS: ${{ join(fromJSON(steps.meta.outputs.json).tags, ' ') }}
235
run: |
236
gh release create "${{ inputs.release_version }}" *.tar.gz \
237
--generate-notes \
0 commit comments