Skip to content

Commit

Permalink
add output_fs variant
Browse files Browse the repository at this point in the history
  • Loading branch information
antheas committed Jul 30, 2024
1 parent db3d7d5 commit 1f053b6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ runs:
echo "version=$(sudo cat ${{ github.workspace }}/version.txt)" >> $GITHUB_OUTPUT
echo "ref=oci:${{ github.workspace }}/$OUT_NAME" >> $GITHUB_OUTPUT
echo "output_fs=${{ github.workspace }}/$OUT_NAME" >> $GITHUB_OUTPUT
echo "output-fs=${{ github.workspace }}/$OUT_NAME" >> $GITHUB_OUTPUT
# Remove cached volume
Expand Down

0 comments on commit 1f053b6

Please sign in to comment.