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 2a308c5 commit d61de77Copy full SHA for d61de77
.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.tags) }}
+ DOCKER_META_TAGS: ${{ fromJSON(steps.meta.outputs.json).tags }}
235
run: |
236
gh release create "${{ inputs.release_version }}" *.tar.gz \
237
--generate-notes \
0 commit comments