diff --git a/action.yml b/action.yml index 364692e..69b490a 100644 --- a/action.yml +++ b/action.yml @@ -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 \ No newline at end of file