Skip to content

Commit

Permalink
add output fs variable
Browse files Browse the repository at this point in the history
  • Loading branch information
antheas committed Jul 30, 2024
1 parent b75783d commit db3d7d5
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
# Remove cached volume
sudo podman volume rm cache_ostree

0 comments on commit db3d7d5

Please sign in to comment.