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 311cec5 commit 7027e23Copy full SHA for 7027e23
.github/workflows/release.yaml
@@ -87,7 +87,7 @@ jobs:
87
uses: ncipollo/release-action@v1
88
with:
89
artifacts: "build/tunneld"
90
- body: "Docker image: `${{ env.docker_image_tag }}`"
+ body: "Docker image: `${{ steps.build.outputs.docker_tag }}`"
91
token: ${{ secrets.GITHUB_TOKEN }}
92
93
- name: Upload artifacts to actions (if dry-run or snapshot)
0 commit comments