We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ccdc6cf commit e8c8276Copy full SHA for e8c8276
action.yml
@@ -120,6 +120,7 @@ runs:
120
121
echo "version=$(sudo cat ${{ github.workspace }}/version.txt)" >> $GITHUB_OUTPUT
122
echo "ref=oci:${{ github.workspace }}/$OUT_NAME" >> $GITHUB_OUTPUT
123
+ echo "output=${{ github.workspace }}/$OUT_NAME" >> $GITHUB_OUTPUT
124
echo "output_fs=${{ github.workspace }}/$OUT_NAME" >> $GITHUB_OUTPUT
125
echo "output-fs=${{ github.workspace }}/$OUT_NAME" >> $GITHUB_OUTPUT
126
0 commit comments